In iOS 5, Apple made it possible to go directly to the settings area you wanted with one URL call. This can be done in your own application using:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"prefs:root=TWITTER"]];
BurnSoft GitHub
See e.g. German Settings: Plist
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"prefs:root=TWITTER"]];
BurnSoft GitHub
See e.g. German Settings: Plist
Comments
Post a Comment