[備忘錄] 記錄一些iOS開發時常用又容易忘的小東西
// wifi settings
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"App-Prefs:root=WIFI"]];
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"
App-Prefs:root=WIFI"]];
App-Prefs
// Bluetooth settings
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"App-Prefs:root=Bluetooth"]];
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"App-Prefs:root=
App-Prefs:root=
Bluetooth"]];
Bluetooth
沒有留言:
張貼留言