Questions tagged [nsnotifications]

NSNotification objects contain data that can be distributed to various objects through an NSNotificationCenter object.

The MainViewController is not receiving any notifications from the NSNotificationCenter

In my application, my main class is a UITableViewController. The JSON data is fetched using a ConnectionManager class and parsed with an ItemManager class. Inter-class communication is facilitated by the NotificationCenter. When there's a response fro ...