I'm working on a project where i have to create a countdown timer, just like timers used in some recipe apps. My question is that how do i go about creating a timer class/viewcontroller that can be called (by tapping on custom statusbar) from any view within the app... i believe it would not be a normal view controller since this one has to continue updating timer label on the UI even if it's hidden and not on the display. is it a good idea to create timer's view in appdelegate and keep it hidden till it gets called??
seeking professional's advice!