CocoaPods trunk is moving to be read-only. Read more on the blog, there are 12 months to go.
| TestsTested | ✗ |
| LangLanguage | SwiftSwift |
| License | MIT |
| ReleasedLast Release | Mar 2017 |
| SwiftSwift Version | 3.0 |
| SPMSupports SPM | ✗ |
Maintained by Tolgahan Arikan.
CountdownView is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "CountdownView"import the pod
import CountdownViewuse the basic show method or the one with completion block and automatic hiding
CountdownView.show(countdownFrom: Double, spin: Bool, animation: Animation)CountdownView.show(countdownFrom: Double, spin: Bool, animation: Animation, autoHide: Bool, completion: (()->())?)hide if you didn’t use auto hiding
CountdownView.hide(animation: Animation, options: (duration: Double, delay: Double), completion: (()->())?)CountdownView is available under the MIT license. See the LICENSE file for more info.