PropertyWrappedCodable
|
Nice syntax for defaults and custom keys with Codable using Property Wrappers and Mirror. |
SwizzleSwift
|
This fork has a 1.0.0 tag rather than 1.0 to fix SPM complaining. https://github.com/MarioIannotta/SwizzleSwift/issues/4 |
ResponderChain
|
Cross-platform first responder handling without subclassing views or making custom ViewRepresentables in SwiftUI. Similar to FocusState but for iOS 13+ |
ScrollViewProxy
|
ScrollViewProxy for SwiftUI on iOS 13 and up |
PublishedObject
|
A property wrapper that forwards the objectWillChange of the wrapped ObservableObject to the enclosing ObservableObject's objectWillChange. |