I need to get access to the appdelegate deep in my code. I have always handed a reference to classes all through my code. In Android, we can just call the .Application property of an activity to get access to the application class. is there anything similar to the .Application property in iOS? I'm not familiar with it, but thought I would ask.
Wally