iOS System Settings page jump

Source: Internet
Author: User

Directory:

    • Jump
    • ios10-version Jump URL goto
    • ios10+ version Jump URL goto
Jump character

Jump to System Setup interface code:

//self-Applied settings interface: url = uiapplicationopensettingsurlstringfunc Switchtosystemsettingsurl (prefs:string) {Let URL= URL (string: prefs)!if#available (IOS10.0, *) {        ifUIApplication.shared.canOpenURL (URL) {UIApplication.shared.open (URL, Options: [:], Completionhandler: {( sucess)inch                ifsucess {print ("OK")                }            })        }     }Else {        //Fallback on earlier versions        ifuiapplication.sharedapplication (). Canopenurl (Settingurl) {uiapplication.sharedapplication (). OpenURL (Setti Ngurl) }}}

ios10-version Jump URL
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

ios10+ version Jump URL
wi-fi-app-prefs:root=Wifibluetooth-app-prefs:root=bluetoothmobile Data-app-prefs:root=Mobile_data_settings_idsetting-app-prefs:root=Internet_tetheringcarrier-app-prefs:root=Carriernotification-app-prefs:root=Notifications_idgeneral-app-prefs:root=Generalabout-app-prefs:root=general&path=Aboutkeyboard-app-prefs:root=general&path=Keyboardaccessibility-app-prefs:root=general&path=Accessibilityinternational-app-prefs:root=general&path=Internationalreset-app-prefs:root=Resetwallpaper-app-prefs:root=Wallpapersiri-app-prefs:root=Siriprivacy-app-prefs:root=privacylocation Services-app-prefs:root=Location_servicessafari-app-prefs:root=Safarimusic-app-prefs:root=Musicmusic Equalizer-app-prefs:root=music&path=Com.apple.music:eqphotos-app-prefs:root=Photosfacetime-app-prefs:root=facetime

Statement: This series of content is from the network or electronic books, only to do learning summary!

iOS System Settings page jump

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.