Up to 24 hrs timer with pause and continue functionality The app will play sound, when the timer will reach the given amount of time.
The main functionality that was applied in this project:
- AVAudioPlayer
- Timer
- UISlider methods and properties
- UIProgressView methods and properties
At some moment - the project was refactored to exclude a storyboard UI design. All UI is writen by code since then, but i saved my first project realisation into a separate branch, called ui_by_storyboard(before_refactoring).
Unfortunately - the audio player causing a memory leak, that i can't fix.
Disclaimer: The project was made for educational purposes only.