IOS8 中打开系统设置

在IOS8 中 可以这样打开系统设置:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:UIApplicationOpenSettingsURLString]];
但是在ios8 以下是不能的,会导致闪退;
 
posted @ 2015-02-28 12:48  AllenChan  阅读(194)  评论(0编辑  收藏  举报