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.
我在 github 上看到一个项目,开发人员使用方法 _powerDown 关闭 iPhone 或 relaunchSpringBoard 重新启动它。代码行是这样的:
[[UIApplication SharedApplication]_powerDown];
但我在 UIApplication 的类引用上搜索这个方法,但我没有找到它......有人可以帮我吗?
谢谢!
我不确定这是否真的是一种方法UIApplication,但如果是,它绝对是一种私有方法。因此它没有在官方文档中列出,你不应该使用它。
UIApplication