I have UINavigationController based app with two views. On the first view there is a NStimer which run for about 3 seconds and display random integer.
When I switch to the second view and then back to the first the timer did not fire.
How to fire the timer when I back to the first view ?
I have UINavigationController based app with two views. On the first view there is
Share
put ur Timer code on ViewDidAppear function