Re: Private ivars, not marked as IBOutlet, visible in IB
Re: Private ivars, not marked as IBOutlet, visible in IB
- Subject: Re: Private ivars, not marked as IBOutlet, visible in IB
- From: Jens Alfke <email@hidden>
- Date: Mon, 1 Mar 2010 09:37:40 -0800
In most cases there are better types to use than 'id' for an ivar. Using a specific class or protocol will get you type-checking. If it's something like a delegate and you don't care what class it is but will be sending one or two specific messages to it, you can create an @protocol containing those messages and declare the ivar as id<MyProtocol>.
—Jens_______________________________________________
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