Re: NSUserInterfaceItemIdentification -identifier vs -tag
Re: NSUserInterfaceItemIdentification -identifier vs -tag
- Subject: Re: NSUserInterfaceItemIdentification -identifier vs -tag
- From: Lee Ann Rucker <email@hidden>
- Date: Tue, 08 Oct 2013 14:25:40 -0700
On Oct 8, 2013, at 1:59 PM, email@hidden wrote:
> On 8 Oct 2013, at 21:54, Lee Ann Rucker <email@hidden> wrote:
>
>>
>> On Oct 8, 2013, at 1:47 PM, email@hidden wrote:
>>
>>> The NSControl -tag property can be used to identify an action sender.
>>>
>>> Can the NSUserInterfaceItemIdentification protocol property -identifier be safely used for the same purpose?
>>
>> I don't know, but I'd prefer representedObject for something like that - it'll only be used by your code, so you don't have any restrictions to worry about.
>>
> -tag and -identifier both have the advantage of being accessible from within IB.
>
> J
Any simple object can be assigned to a variable in IB, just set them in User Defined Runtime Attributes in the 3rd tab.
_______________________________________________
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