Re: How to create outlets in a cocoa category
Re: How to create outlets in a cocoa category
- Subject: Re: How to create outlets in a cocoa category
- From: Graham Cox <email@hidden>
- Date: Thu, 02 Jun 2011 14:15:57 +1000
On 02/06/2011, at 5:32 AM, Sandeep wrote:
> I have created a category class for one of the classes present in the appkit-framework. Can some one please let me know if it is possible to have IBOutlets defined in such categories as there in no interface declaration present while defining a category i.e. we do not put @interface while creating a category.
No, you can't add any sort of ivar from a category.
--Graham
_______________________________________________
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