- August 6, 2025
- Mins Read
Easy to use yet powerful Timer library. Keep your code clean.
Multiple Timers | State Control |
---|---|
![]() |
![]() |
⏳ | Countdown Timer (Down-Going) |
⏱️ | Count-Up Timer (Elapsed Time) |
⏸️ | Pause Timer |
▶️ | Resume Timer |
⏭️ | Skip Timer |
⏮️ | Cancel Timer |
⚡ | Reactive programming friendly |
MijickTimer library is Swift-based library that offers powerful and flexible timer features for iOS and macOS and visionOS apps. It allows to create both countdown and count-up timers with enhanced state management and observation options.
Track elapsed time seamlessly with a count-up timer. Ideal for productivity, logging or workout apps.
Take a look at the implementation details here.
Easily create countdown timers to track remaining time. Perfect for games, events or task apps.
Take a look at the implementation details here.
Pause timers and resume them later without losing progress. It also allows to skip and cancel the progress.
Take a look at the implementation details here.
Monitor timer state with a variety of different approaches: binding, callbacks, combine, state value updates.
Take a look at the implementation details here.
A SwiftUI ScrollView that only scrolls if the content doesn't fit in the View Installation Requirements iOS 13+ Swift Package ...
Swift Package Manager The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated ...