Hey All
I see the delegate has the 'didFinishLaunchingWithOptions' for when the first app first loads. I know each page has the DidLoad and WillAppear.
Is there a method/function/class or whatever these things are called for when the app is opened while it is in the background. Either the user clicks it from the bottom row of icons (after double click) or simply just clicks the app icon when it is already open.
I dont want to use the WillAppear because then it will happen on every page view and not just this reload from background.
Thanks
Alex
I see the delegate has the 'didFinishLaunchingWithOptions' for when the first app first loads. I know each page has the DidLoad and WillAppear.
Is there a method/function/class or whatever these things are called for when the app is opened while it is in the background. Either the user clicks it from the bottom row of icons (after double click) or simply just clicks the app icon when it is already open.
I dont want to use the WillAppear because then it will happen on every page view and not just this reload from background.
Thanks
Alex