Managing NSNotification along with UITabBarController interactions
问题 I have 1 main UIViewController that contains a UITabBarController. The tab bar controller has 4 UIViewControllers (each managed by UINavigationControllers). Succinctly, it looks like this: MainViewController | |--- FirstUIViewController | |--- SecondUIViewController | |--- ThirdUIViewController | |--- FourthUIViewController The FirstUIViewController is loaded by default. In the SecondUIViewController, there is an event that can occur. This event has specific data that is passed along with it.