在"设置"应用中打开Twitter设置

And*_*rew 13 iphone twitter settings ios5

我知道我可以在iOS 5中使用打开设置应用程序

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"prefs://"]];
Run Code Online (Sandbox Code Playgroud)

但有没有办法直接打开Twitter设置页面?当您尝试呈现TWTweetComposeViewController并且尚未设置Twitter帐户时,可以看到所需的功能.

小智 30

尝试,

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"prefs:root=TWITTER"]];    
Run Code Online (Sandbox Code Playgroud)