Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有可以通过 iOS 上的 NSNotificationCenter 发布的任何默认通知的列表?我想知道是否有任何可观察到的应用程序启动事件等可以通过 NSNotificationCenter 观察到。我无法在网上找到任何参考资料,但认为这里有人可能知道。谢谢你提供的所有帮助!
iOS SDK 中的各种组件会发布大量通知。该文档可以在发布通知的类中找到,而不是 NSNotificationCenter 本身。
例如,您正在寻找这些:http: //developer.apple.com/library/ios/#DOCUMENTATION/UIKit/Reference/UIApplication_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40006728-CH3 -DontLinkElementID_4