Re: Subclassing NSControl and inheritance of target, action properties
Re: Subclassing NSControl and inheritance of target, action properties
- Subject: Re: Subclassing NSControl and inheritance of target, action properties
- From: Roland King <email@hidden>
- Date: Fri, 30 Jan 2015 08:50:00 +0800
>
> The only difference I see is that I'm declaring my ivars as part of the @interface, not the @implementation - is that a new thing? I didn't know you could do that (though it makes sense).
>
oh and that was Xcode 4.2 + 64-bit runtime. It was one of the changes I appreciated in ObjC 2.0 because it uncluttered the header files and put implementation details where they deserved to be, in the implementation.
_______________________________________________
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