到其他的設定頁面,例如:定位服務、wifi、facetime等等
功能
url
關於本機
prefs:root=general&path=about
輔助功能
prefs:root=general&path=accessibility
飛行模式
prefs:root=airplane_mode
自動鎖定
prefs:root=general&path=autolock
藍芽prefs:root=bluetooth
日期與時間
prefs:root=general&path=date_and_time
facetime
prefs:root=facetime
通用prefs:root=general
鍵盤prefs:root=general&path=keyboard
icloud
prefs:root=castle
icloud儲存空間
prefs:root=castle&path=storage_and_backup
語言與地區
prefs:root=general&path=international
定位服務
prefs:root=location_services
郵件、通訊錄、日曆
prefs:root=account_settings
**prefs:root=music
**prefs:root=music&path=eq
**prefs:root=music&path=volumelimit
備忘錄prefs:root=notes
通知prefs:root=notifications_id
**prefs:root=phone
**與相機
prefs:root=photos
描述檔案
prefs:root=general&path=managedconfigurationlist
還原prefs:root=general&path=reset
**鈴聲
prefs:root=sounds&path=ringtone
safari
prefs:root=safari
聲音prefs:root=sounds
軟體更新
prefs:root=general&path=software_update_link
prefs:root=store
prefs:root=twitter
prefs:root=video
vpnprefs:root=general&path=vpn
牆紙prefs:root=wall*****
wifi
prefs:root=wifi
let url = nsurl(string: "prefs:root=wifi
"); if
}
nsurl
*url = [
nsurl
urlwithstring
:@""];
if([
canopenurl
:url])
iOS跳轉到設定具體功能的url
跳到其他的設定頁面,例如 定位服務 wifi facetime等等 功能 url 關於本機 prefs root general path about 輔助功能 prefs root general path accessibility 飛行模式 prefs root airplane mode 自...
iOS跳轉到設定介面
定位服務設定介面 nsurl url nsurl urlwithstring prefs root location services 這樣就可以跳到系統設定的定位服務介面啦!我們繼續看幾個列子。facetime設定介面 nsurl url nsurl urlwithstring prefs roo...
iOS 跳轉系統設定
在自己的專案中 需要設定我們的 在執行的方法中執行如下 就會跳到系統的通知的設定中,如下 nsurl url nsurl urlwithstring prefs root location services if 跳到系統的通知設定頁面 如下 oc nsurl url nsurl urlwithst...