Next iOS8 is how to jump, the following is the code:
[OBJC]View PlainCopyprint?
- Nsurl *url = [Nsurl urlwithstring:uiapplicationopensettingsurlstring];
- if ([[[UIApplication sharedapplication] Canopenurl:url]) {
- [[UIApplication sharedapplication] Openurl:url];
- }
If interested students can leave a message for everyone to talk about.
Original address: http://blog.csdn.net/showhilllee/article/details/44057403
Jump to System WiFi Settings page code:
[OBJC]View PlainCopyprint?
- Nsurl*url=[nsurl urlwithstring:@ "Prefs:root=wifi"];
- [[UIApplication sharedapplication] Openurl:url];
Additional settings pages are also attached:
[OBJC]View PlainCopyprint?
- about- prefs:root=general&path=about
- accessibility- prefs:root=general&path=accessibility
- Airplane Mode on- prefs:root=airplane_mode
- auto-lock- Prefs:root=general&path=autolock
- brightness- prefs:root=brightness
- bluetooth- Prefs:root=general&path=bluetooth
- Date & time- prefs:root=general&path=date_and_time
- facetime- Prefs:root=facetime
- general- prefs:root=general
- keyboard- Prefs:root=general&path=keyboard
- icloud- Prefs:root=castle
- ICloud Storage & backup- prefs:root=castle&path=storage_and_backup
- international- prefs:root=general&path=international
- Location services- prefs:root=location_services
- music- Prefs:root=music
- Music equalizer- Prefs:root=music&path=eq
- Music Volume limit- prefs:root=music&path=volumelimit
- network- prefs:root=general&path=network
- Nike + ipod- prefs:root=nike_plus_ipod
- notes- prefs:root=notes
- notification- prefs:root=notifications_id
- phone- Prefs:root=phone
- photos- Prefs:root=photos
- profile- prefs:root=general&path=managedconfigurationlist
- reset- Prefs:root=general&path=reset
- safari- Prefs:root=safari
- siri- prefs:root=general&path=assistant
- sounds- prefs:root=sounds
- Software update- Prefs:root=general&path=software_update_link
- store- Prefs:root=store
- twitter- Prefs:root=twitter
- usage- prefs:root=general&path=usage
- vpn- Prefs:root=general&path=network/vpn
- wallpaper- Prefs:root=wallpaper
- wi-fi- Prefs:root=wifi
- Setting-prefs:root=internet_tethering
IOS8 how to jump to the system settings page