iOS Question Page lifecycle

MotoMusher

Active Member
Licensed User
Longtime User
I searched, but can't find what I am looking for. I am sure this has been covered.

I have a page called by main. I have a timer in that subpage.

When the user clicks back to main via navcontroller, is there an event fired on the subpage so I can disable the timer and gps? Something like Activity_Pause would be perfect.

Thanks.
 
Top