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.
为什么我不能使用类似的语法
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"prefs://"]]
在 iOS6 中从我的应用程序跳转到系统设置,但在 iOS5 中可以?是否有任何官方信息(例如来自 developer.apple.com)?谢谢!