How can I change to another view when the app is opened again.
I was thinking of using the method ‘ – (void)applicationWillEnterForeground:(UIApplication *)application ‘ in my app delegate and performing a segue maybe? How would I go about doing this correctly?
Thanks guys!
u can use NSUserDeafult to add the status of application when its go in foreground and when application opened again means in “application didFinishLaunchingWithOptions” just check that NSUserDeafult’s value and change ur view.
use this code when application go in foreground
and when its come back just
now according to state do whatever u want