A collection of various awesome lists for Property Wrappers
Your contributions are always welcome !
About propertyWrapper: swift-evolution/0258-property-wrappers.md at master · apple/swift-evolution · GitHub
| Repository | Description |
|---|---|
| BetterCodable | Better Codable through Property Wrappers |
| BetterMappable | Better Mappable through Property Wrappers using ObjectMapper |
| CLInterface | Elegant @propertyWrapper-based command line argument parser |
| CodableWrappers | A Collection of PropertyWrappers to make custom Serialization of Swift Codable Types easy |
| DiffValue | Diff Observation PropertyWrapper for Equatable types |
| PropertyPropertyWrapper | Swift PropertyWrapper for ReactiveSwift Property |
| SecurePropertyStorage | Helps you define secure storages for your properties using Swift property wrappers. |
| UseAutoLayout | UseAutoLayout @propertyWrapper for Swift |
| UserDefault | The simplest way of using the UserDefaults with @propertyWrapper. |
| ValidatedPropertyKit | Easily validate your Properties with Property Wrappers |