如何向 iOS 中的所有控制器发送通知

How to send notification to all controllers in iOS

我有一个 NSObject 的实例,它通过获取参数调用所有 Web 服务。我想抓住 404 HTTP Error 并将所有控制器带到一个特定的控制器。 除了 observe notification 之外还有什么办法吗? AppDelegate 能以这种方式提供帮助吗?

谢谢大家!

我建议创建一个 UIViewController 的子 class 并在这个子class 中实现它,然后从那个 [=10] 继承你的所有 ViewControllers =]子class