- 打开系统设置:
- [[UIApplication
sharedApplication] openURL:[NSURL URLWithString:@"prefs:root=LOCATION_SERVICES"]];
打开蓝牙:
- [[UIApplication
sharedApplication] openURL:[NSURL URLWithString:@"prefs:root=General&path=Bluetooth"]];
打开TWitter:
- [[UIApplication
sharedApplication] openURL:[NSURL URLWithString:@"prefs:root=TWITTER"]];
首先得在工程的Info 中添加自己程序的应用标识,如图所示:CallingOTW就是自己应用程序的标识
那么打开的方法就是:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"CallingOTW://"]];