- August 28, 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.
This package provides you with an easy way to show tooltips over any SwiftUI view, since Apple does not provide ...
SimpleToast is a simple, lightweight, flexible and easy to use library to show toasts / popup notifications inside iOS or ...
Create Toast Views with Minimal Effort in SwiftUI Using SSToastMessage. SSToastMessage enables you to effortlessly add toast notifications, alerts, and ...