Releases: Appracatappra/SwiftUIKit
Releases · Appracatappra/SwiftUIKit
2.0.1
2.0.0
Swift 6 and .iOS(.v18), .macOS(.v15), .tvOS(.v18), .watchOS(.v11)
1.0.13
Added SwiftUITimer a Swift UI specific timer that can execute a tick method after a given amount of time. And fixed the access level for MutableValue.
1.0.12
Added MutableValue property wrapper that creates a property that can be mutated in a SwiftUI view without kicking off a state change.
1.0.11
Updated documentation.
1.0.10
Added ScaleableWaitingIndicator - A View that displays an animated waiting indicator that can be scaled to any size desired.
1.0.9
Added imageURL
to ScaledImageView
and ScaledImageButton
to support images stored in a Swift Package's bundle.
1.0.8
Added required tests.
1.0.7
Fixed Zoom Error Fixed Zoom Error
1.0.6
Added initial zoom level