Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我开始实现 iCloud,如果他还没有设置,我想提示用户设置 iCloud 帐户。
我该怎么做呢?
谢谢
看到这个问题。
因此,在您的情况下,它将是以下代码:
NSURL *url=[NSURL URLWithString:@"prefs:root=CASTLE"]; [[UIApplication sharedApplication] openURL:url];