It's a timer app created by adding various visual elements.
The goal of this project is to launch on the App Store.
It was written by code only.
The code style applied https://github.com/airbnb/swift.
- RxSwift
- SnapKit
-
🕒 Playback Timers
-
📝 Section and Timer Management
-
🔊 Custom Alert Sounds
-
📬 Background Push Notifications
-
MVVM
ViewModelTypeprotocol ViewModelType { associatedtype Input associatedtype Output var disposeBag: DisposeBag { get set } func transform(input: Input) -> Output }
- UI Enhancements
- Added Section Modifications
- Fixed Timer Deletion Bug
- Fixed Section Deletion Bug
- Released!