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 等中)时才需要。