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.
是否可以更改 GameKit 的 GKPeerPickerController 中的默认文本(例如“寻找其他 iPhone 和 iPod touch”)?
我见过完全自定义的解决方案,但我想知道是否可以避免这种麻烦,只需更改默认文本。
您可能会弄乱GKPeerPickerController的视图层次结构,这可能会与未来的操作系统版本中断。 如果您正在寻找构建自己的控制器以让用户连接到另一台设备,只需忘记使用选择器控制器并GKSession自己使用一个简单的实例。看看光束吧!,它是开源的(只需向下滚动一点)。
GKPeerPickerController
GKSession