Re: NSView -identifier - is there more to it?
Re: NSView -identifier - is there more to it?
- Subject: Re: NSView -identifier - is there more to it?
- From: Quincey Morris <email@hidden>
- Date: Wed, 09 Dec 2015 16:22:54 -0800
- Feedback-id: 167118m:167118agrif8a:167118sqO6g080dQ:SMTPCORP
On Dec 9, 2015, at 15:17 , Jonathan Mitchell <email@hidden> wrote:
>
> Does AppKit make any use of NSView -identifier to influence actual rendering behaviour? Accessibility APIs?
According to the docs, it’s used for 2 purposes:
1. For cell views of view-based table views, it is the identifier passed into the delegate method that creates cell views.
2. It’s used by NSWindow state restoration. Whether it actually makes a difference for NSViewController subclasses, I don’t know.
Other than that, it’s a comment only, AFAIK
_______________________________________________
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