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.
InAppSettingsKit を使用していますが、IASKSettingsStore クラスを使用してアプリの設定を保存する方法がわかりません。アプリケーションを閉じて再度開くと、設定がデフォルトのオプションに設定されます。
通常は必要ありませんIASKSettingsStore。次に、IASK はNSUserDefaults設定アプリの標準メカニズムを使用します。
IASKSettingsStore
NSUserDefaults
IASKSettingsStore設定をファイル、Core Data、iCloud などに保存するなど、別の保存メカニズムを使用する場合にのみ必要です。