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.
这里有点困惑......我有一个具有多个视图的应用程序,每个视图都需要共享一个通用的 GKSession。我想用单例模式来实现它。
我的困惑:单例类应该是 GKSession 的子类,还是应该是单例类是一个 GKSessionDelegate 的 NSObject?我倾向于相信正确的模式是将类作为委托来实现。
谢谢...