iOS開發之如何跳到系統設定裡的各種設定介面

2021-07-15 16:51:59 字數 2588 閱讀 1956

定位服務

//定位服務設定介面

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

這樣就可以跳到系統設定的定位服務介面了。

跳到更多設定介面

除了跳到「定位」設定介面,能不能跳到其他的設定介面呢?比如:藍芽、facetime、**等等。都是可以的,以下是實現:

//藍芽設定介面

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

facetime

//facetime設定介面

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

**

//**設定介面

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

icloud設定介面

//icloud設定介面

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

and so on。。。

其實最後的引數配置就是,想跳到哪個設定介面只需要prefs:root=後面的值即可!so easy!!!(**需要配**!!!)

下邊是一些其他的配置資訊,可以了解一下,以備不時之需:

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

wall***** — prefs:root=wall*****

wi-fi — prefs:root=wifi

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 這樣就可以跳到系統設定的定位服務介面啦!我們繼續看幾個列子。facetime設定介面 nsurl url nsurl urlwithstring prefs roo...

iOS開發之如何跳到系統設定裡的各種設定介面

定位服務設定介面 nsurl url nsurl urlwithstring prefs root location services 這樣就可以跳到系統設定的定位服務介面啦!我們繼續看幾個列子。facetime設定介面 nsurl url nsurl urlwithstring prefs roo...