|
1 | 1 | # SSSpinnerButton |
2 | 2 |
|
3 | 3 |
|
4 | | -SSSpinnerButton is an elegant button with a different spinner animations. |
| 4 | +SSSpinnerButton is a versatile library for iOS developers, written in Swift, that allows you to easily create and customize spinner buttons. With this library, you can add loading spinners to your buttons, providing visual feedback to your users while they wait for a process to complete. The library offers a wide range of customizable options, including spinner color, size as well as button text, font, and background color. SSSpinnerButton is simple to integrate into your existing projects and offers excellent performance, making it an essential tool for any iOS developer looking to enhance their user interface. |
5 | 5 |
|
6 | 6 | [![Swift Version][swift-image]][swift-url] |
7 | 7 | [![Build Status][travis-image]][travis-url] |
@@ -37,7 +37,11 @@ SSSpinnerButton is an elegant button with a different spinner animations. |
37 | 37 |
|
38 | 38 | **Carthage** |
39 | 39 |
|
40 | | -Add `github simformsolutions/SSSpinnerButton` to your project's Cartfile |
| 40 | +- Add `github simformsolutions/SSSpinnerButton` to your project's Cartfile |
| 41 | + |
| 42 | +**Swift Package Manager** |
| 43 | + |
| 44 | +- When using Xcode 11 or later, you can install `SSSpinnerButton` through [Swift Package Manager](https://swift.org/package-manager/) by going to your Project settings > `Swift Packages` and add the repository by providing the GitHub URL. Alternatively, you can go to `File` > `Swift Packages` > `Add Package Dependencies...` |
41 | 45 |
|
42 | 46 | **Manually** |
43 | 47 | - Download and drop **SSSpinnerButton** folder in your project. |
@@ -85,15 +89,24 @@ Add `github simformsolutions/SSSpinnerButton` to your project's Cartfile |
85 | 89 |
|
86 | 90 | **Version 2.0.1** |
87 | 91 | - This version requires Xcode 10.1 and Swift 4.2. |
88 | | -# Contribute |
89 | | -- We would love you for the contribution to SSspinnerButton, check the LICENSE file for more info. |
90 | | - |
91 | | -# Meta |
92 | | -- Distributed under the MIT license. See LICENSE for more information. |
93 | 92 |
|
| 93 | +## 🤝 How to Contribute |
| 94 | + |
| 95 | +Whether you're helping us fix bugs, improve the docs, or a feature request, we'd love to have you! :muscle: |
| 96 | + |
| 97 | +Check out our [**Contributing Guide**](CONTRIBUTING.md) for ideas on contributing. |
| 98 | + |
| 99 | +## Find this example useful? ❤️ |
| 100 | + |
| 101 | +Give a ⭐️ if this project helped you! |
| 102 | + |
| 103 | +## Check out our other Libraries |
| 104 | + |
| 105 | +<h3><a href="https://github.com/SimformSolutionsPvtLtd/Awesome-Mobile-Libraries"><u>🗂 Simform Solutions Libraries→</u></a></h3> |
| 106 | + |
| 107 | +## MIT License |
94 | 108 |
|
95 | | -# Inspired |
96 | | -- Spinner animations inspired from [NVActivityIndicatorView](https://github.com/ninjaprox/NVActivityIndicatorView) |
| 109 | +This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details |
97 | 110 |
|
98 | 111 |
|
99 | 112 | [swift-image]:https://img.shields.io/badge/swift-5.0-orange.svg |
|
0 commit comments