Ios從app中跳到設定相關介面方法

2021-07-24 20:58:20 字數 1600 閱讀 5104

surlstring];

nsurl*url=[nsurl urlwithstring:@"prefs:root=wifi"];

即可跳轉到設定頁面的對應項。

跳轉驗證成功:

設定飛行模式 : prefs:root=airplane_mode 

設定->無線區域網:prefs:root=wifi 

設定->藍芽:prefs:root=bluetooth 

設定->通用:prefs:root=general 

設定->通用->關於本機:prefs:root=general&path=about 

設定->通用->軟體更新:prefs:root=general&path=software_update_link 

設定->通用->輔助功能:prefs:root=general&path=accessibility 

設定->通用->自動鎖定:prefs:root=general&path=autolock 

設定->通用->鍵盤:prefs:root=general&path=keyboard 

設定->通用->語言與地區:prefs:root=general&path=international 

設定->通用->描述檔案:prefs:root=general&path=managedconfigurationlist

設定->通用->還原: prefs:root=general&path=reset

設定->牆紙:prefs:root=wall*****

設定->聲音:prefs:root=sounds

設定->隱私->定位服務:prefs:root=location_services

設定->icloud:prefs:root=castle

設定->icloud->儲存空間: prefs:root=castle&path=storage_and_backup

設定->備忘錄:prefs:root=notes

設定->facetime:prefs:root=facetime 

設定->**:prefs:root=music 

設定->**->音量平衡:prefs:root=music&path=eq 

設定->**->音量限制:prefs:root=music&path=volumelimit

設定->**與相機:prefs:root=photos

設定->twitter:prefs:root=twitter

跳轉驗證失敗:

brightness — prefs:root=brightness 

network — prefs:root=general&path=network

nike + ipod — prefs:root=nike_plus_ipod

notification — prefs:root=notificati*****_id

safari — prefs:root=safari

siri — prefs:root=general&path=assistant

usage — prefs:root=general&path=usage

vpn — prefs:root=general&path=network/vpn

iOS中APP跳轉到系統的各種設定介面

前言 ios5.1以後就不能正常呼叫了,下面寫出轉到系統setting的兩種方式 方式一 我在網上找到乙個列表,可以跳到這些介面的引數配置 about prefs root general path about accessibility prefs root general path access...

IOS中UIButoon按鈕的相關使用方法

首先看一下我的整個專案檔案布局,跟你新建的不相同也不要緊,我新建的是空專案 新建乙個類檔案繼承 nsobject myclass.h中 import inte ce myclass nsobject void report end myclass.m中 import myclass.h implem...

iOS之應用內跳轉系統設定相關介面

在ios開發中,有時會有跳轉系統設定介面的需求,例如提示使用者開啟藍芽或者wifi,提醒使用者開啟推送或者位置許可權等。在ios6之後,第三方應用需要跳轉系統設定介面,需要在url type中新增乙個prefs值,如下圖 跳轉系統設定根目錄中的專案使用如下的方法 array nsurl url ns...