userdefaults topic
Persist
Extensible typesafe storage utilising property wrappers. Supports transformers such as Codable. Built in support for UserDefaults, NSUbiquitousKeyValueStore, FileManager, and in memory storage.
UserDefaultsBrowser
🔍 Browse and edit UserDefaults on your app
GenericLocalPersistence
GenericLocalPersistence is a clean and easy-to-use code that is useful for integrating local storage like UserDefaults, PList, Keychain.
UserDefaultsPropertyWrapper
Swifty UserDefaults property wrapper with statically-typed keys and change observations. https://www.vadimbulavin.com/advanced-guide-to-userdefaults-in-swift/
UserDefault
The simplest way of using the UserDefaults with @propertyWrapper.
Spotify-SDK-Swift-Tutorial-Part-One
Source code for first part of iOS SDK Swift 3.0+ tutorial.
PizzaShop
🍕 Food Ordering iOS application.
BlackLabsSwiftUIColor
SwiftUI Color support for hex, web color constants, random, and UIColor constants.
AppearanceProviding
SwiftUI library for selecting a preferred color scheme
GoodPersistence
💾 GoodPersistence is an iOS library that simplifies caching data in keychain and UserDefaults. Using a property wrapper, it reduces the complexity of implementing caching mechanisms, making it easier...