RE: First trials in Cocoa app
RE: First trials in Cocoa app
- Subject: RE: First trials in Cocoa app
- From: Jeff Laing <email@hidden>
- Date: Thu, 9 Sep 2010 04:40:50 +0000
- Acceptlanguage: en-US
- Thread-topic: First trials in Cocoa app
> > If that's not possible, how can I define a function that can reach the
> objects of my application? The ViewController is stored in the
> ApplicationDeletegate, but I can't find any reference to that object.
Ummm, is this really hard?
id MyAppDelegate = [[UIApplication sharedApplication] delegate];
Am I missing some subtlety here?
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden