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.
如何将设置添加到应用程序?我以前从未这样做过,我不知道从哪里开始。我想制作一个应用程序,用户可以在其中设置他/她的信息(如时间间隔、性别……)。谷歌叔叔给我的结果可以帮助 iOS 5 的用户而不是开发人员。
关键字是:Settings.bundle和NSUserDefaults。谷歌上有很多信息。
Settings.bundle
NSUserDefaults
另外,看看这个很棒的框架:InAppSettingsKit。
祝你好运。