MagicTimer
MagicTimer copied to clipboard
Welcome to the MagicTimer framework, your ultimate solution for handling timers in your iOS applications. This framework provides a powerful and flexible timer implementation with various features to...
Results
6
MagicTimer issues
Sort by
recently updated
recently updated
newest added
Prepare documentation for MagicTimer class(Logic).
documentation
enhancement
There is an error in the countdown time return, and it does not stop when the time reaches completion。 ```swift func start() { timer.countMode = .countDown(fromSeconds: 60) timer.defultValue = 0...
bug