For some reason I cannot access the view as a property
MyAppDelegate *APPDELEGATE=((MexicanWaveAppDelegate*)[[UIApplication sharedApplication] delegate]);
[APPDELEGATE.viewController view];
APPDELEGATE.viewController.view; //Accessing unknown 'view' component of a property
I have been able to access view as a property for other view controllers and it is a property in the doc. Can you explain this behavior?