APP 跳转系统页面
// 打开 关于 页面
NSURL*url =[NSURL URLWithString:@"prefs:root=General&path=About"];
// 判断是否可以打开
if([[UIApplication sharedApplication] canOpenURL:url]) {
[[UIApplication sharedApplication] openURL:url];
}else{
NSLog(@"can not open url--%@",url.description);
}
About — prefs:root=General&path=About
Accessibility — prefs:root=General&path=ACCESSIBILITY
AirplaneModeOn— prefs:root=AIRPLANE_MODE