Re: Stupid Cocoa question. How can you tell if the object you are looking at is a property or an ivar?
Re: Stupid Cocoa question. How can you tell if the object you are looking at is a property or an ivar?
- Subject: Re: Stupid Cocoa question. How can you tell if the object you are looking at is a property or an ivar?
- From: Jens Alfke <email@hidden>
- Date: Wed, 20 May 2015 16:17:19 -0700
> On May 20, 2015, at 4:08 PM, Eric Wing <email@hidden> wrote:
>
> You could use the Objective-C runtime to find out which things are properties.
You could, but isn’t it a lot easier to just look at the character before the name and check whether it’s a “.”?
—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