SwiftUI LoadingButton
Simple Loading Animation Button for SwiftUI.
? Getting Started
Requirements
- Xcode 11+
- SwiftUI
- iOS 14+
- macOS 10.15+
Installaion
Swift Package Manager(SPM)
File ➜ Swift Packages ➜ Add Package Dependancy..
?Usage
action
: Actions to do when button clickedisLoading
:<Binding>Bool
type. you can control loading status with this.style
(Optional) : Custom style withLoadingButtonStyle
?Custom Modifiers
width
(Optional) : Width of buttonheight
(Optional) : Height of buttoncornerRadius
(Optional) : Corner radius of buttonbackgroundColor
(Optional) : Background color of buttonloadingColor
(Optional) : Background color of button whenLoading
, default is 50% opacity ofbackgroundColor
strokeWidth
(Optional) : Circle loading indicator stroke widthstrokeColor
(Optional) : Circle loading indicator stroke Color(default: gray)
Example
? Simple
Result
?? Applying Fully Custom Style
Result
?? Styling Only Needs
Same Result
✅ TODO
- [ ] End animation(normal, shake(when fail), expand)
- [ ] Support gradient background color