IOS8 how to jump to the system settings page

Source: Internet
Author: User

Next iOS8 is how to jump, the following is the code:

[OBJC]View PlainCopyprint?
    1. Nsurl *url = [Nsurl urlwithstring:uiapplicationopensettingsurlstring];
    2. if ([[[UIApplication sharedapplication] Canopenurl:url]) {
    3. [[UIApplication sharedapplication] Openurl:url];
    4. }

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?
    1. Nsurl*url=[nsurl urlwithstring:@ "Prefs:root=wifi"];
    2. [[UIApplication sharedapplication] Openurl:url];


Additional settings pages are also attached:

[OBJC]View PlainCopyprint?
    1. about- prefs:root=general&path=about
    2. accessibility- prefs:root=general&path=accessibility
    3. Airplane Mode on- prefs:root=airplane_mode
    4. auto-lock- Prefs:root=general&path=autolock
    5. brightness- prefs:root=brightness
    6. bluetooth- Prefs:root=general&path=bluetooth
    7. Date & time- prefs:root=general&path=date_and_time
    8. facetime- Prefs:root=facetime
    9. general- prefs:root=general
    10. keyboard- Prefs:root=general&path=keyboard
    11. icloud- Prefs:root=castle
    12. ICloud Storage & backup- prefs:root=castle&path=storage_and_backup
    13. international- prefs:root=general&path=international
    14. Location services- prefs:root=location_services
    15. music- Prefs:root=music
    16. Music equalizer- Prefs:root=music&path=eq
    17. Music Volume limit- prefs:root=music&path=volumelimit
    18. network- prefs:root=general&path=network
    19. Nike + ipod- prefs:root=nike_plus_ipod
    20. notes- prefs:root=notes
    21. notification- prefs:root=notifications_id
    22. phone- Prefs:root=phone
    23. photos- Prefs:root=photos
    24. profile- prefs:root=general&path=managedconfigurationlist
    25. reset- Prefs:root=general&path=reset
    26. safari- Prefs:root=safari
    27. siri- prefs:root=general&path=assistant
    28. sounds- prefs:root=sounds
    29. Software update- Prefs:root=general&path=software_update_link
    30. store- Prefs:root=store
    31. twitter- Prefs:root=twitter
    32. usage- prefs:root=general&path=usage
    33. vpn- Prefs:root=general&path=network/vpn
    34. wallpaper- Prefs:root=wallpaper
    35. wi-fi- Prefs:root=wifi
    36. Setting-prefs:root=internet_tethering

IOS8 how to jump to the system settings page

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.