ActivityIndicator-SwiftUI
ActivityIndicator-SwiftUI copied to clipboard
A Native SwiftUI Activity Indicator Pack.
Results
2
ActivityIndicator-SwiftUI issues
Sort by
recently updated
recently updated
newest added
Hello Seyed, In iOS 14.2 + Xcode 12.2, I'm seeing a weird behavior. This is the code taken from your example: var body: some View { HStack(alignment: .center, spacing: 24)...
I'm using this: ``` iActivityIndicator(style: .rowOfShapes(count: 3, scaleRange: 0.1...1)) .foregroundColor(.white) ``` How do you change the size of it?