property-wrapper topic

List property-wrapper repositories

Foil

428
Stars
24
Forks
Watchers

A lightweight property wrapper for UserDefaults done right

PersistedPropertyWrapper

40
Stars
2
Forks
Watchers

A Swift library to enable easy persistent UserDefaults storage

Burritos

1.3k
Stars
43
Forks
Watchers

A collection of Swift Property Wrappers (formerly "Property Delegates")

Invalidating

73
Stars
3
Forks
Watchers

Backports the new @Invalidating property wrapper to older platforms

DefaultCodable

354
Stars
10
Forks
Watchers

A convenient way to handle default values with Swift Codable types

Prephirences

569
Stars
35
Forks
Watchers

Prephirences is a Swift library that provides useful protocols and convenience methods to manage application preferences, configurations and app-state. UserDefaults

SwiftDB

335
Stars
7
Forks
Watchers

A modern database abstraction layer + runtime, batteries included [WIP].

Partial

76
Stars
7
Forks
Watchers

Type-safe wrapper mirroring the wrapped type's properties, making each property optional

OptionallyDecodable

41
Stars
3
Forks
Watchers

Property wrapper for turning decoding failures into optionals instead of errors.

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.