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.
全部,
也许是我想太多了。我看到的所有示例似乎都涵盖了从 AppDelegate 启动(iOS)本机应用程序。我对此并不感到兴奋,但我无法绕过它,以便感觉更舒服。您是否正在做一些不同的事情,以及如何做?
谢谢。
您可以简单地将初始化 SUP 连接的处理从 AppDelegate 的 applicationDidFinishLaunching 方法移至主视图控制器类的 viewDidLoad 方法。
您还需要将 NotificationCenter 处理程序方法移动到您的主视图控制器类。