I have several objects in VC that I want to receive from my application delegate.
My VC launches another application that makes a callback in my application. This callback launches a method in my application deletion:
- (BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url
But I want to access some of the objects in this method that I installed in the previous VC. Any ideas how?
user594161
source share