Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 753 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 753 Bytes

LoadingButton

LoadingButton is a SwiftUI button for presenting animated progress/loading states.

Requirements

  • Xcode 14+
  • iOS 14+

Installation

Swift Package Manager

.package(url: "https://github.com/saeid/LoadingButton.git", from: "1.0.0")

How to use

Check LoadingButtonSample.swift for implementation samples

Licence

LoadingButton is available under the MIT license. See the LICENSE.txt file for more info.