userdefaults topic

List userdefaults repositories

Persist

44
Stars
3
Forks
Watchers

Extensible typesafe storage utilising property wrappers. Supports transformers such as Codable. Built in support for UserDefaults, NSUbiquitousKeyValueStore, FileManager, and in memory storage.

UserDefaultsBrowser

31
Stars
1
Forks
Watchers

🔍 Browse and edit UserDefaults on your app

GenericLocalPersistence

17
Stars
3
Forks
Watchers

GenericLocalPersistence is a clean and easy-to-use code that is useful for integrating local storage like UserDefaults, PList, Keychain.

UserDefaultsPropertyWrapper

29
Stars
5
Forks
Watchers

Swifty UserDefaults property wrapper with statically-typed keys and change observations. https://www.vadimbulavin.com/advanced-guide-to-userdefaults-in-swift/

UserDefault

19
Stars
2
Forks
Watchers

The simplest way of using the UserDefaults with @propertyWrapper.

Spotify-SDK-Swift-Tutorial-Part-One

20
Stars
3
Forks
Watchers

Source code for first part of iOS SDK Swift 3.0+ tutorial.

PizzaShop

17
Stars
1
Forks
Watchers

🍕 Food Ordering iOS application.

BlackLabsSwiftUIColor

15
Stars
3
Forks
Watchers

SwiftUI Color support for hex, web color constants, random, and UIColor constants.

AppearanceProviding

29
Stars
2
Forks
Watchers

SwiftUI library for selecting a preferred color scheme

GoodPersistence

33
Stars
1
Forks
Watchers

💾 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...