Re: Need help setting up accessibility link from source-view to (subview of) detail-view programmatically
Re: Need help setting up accessibility link from source-view to (subview of) detail-view programmatically
- Subject: Re: Need help setting up accessibility link from source-view to (subview of) detail-view programmatically
- From: Mike Engber <email@hidden>
- Date: Fri, 25 May 2012 10:11:46 -0700
On May 25, 2012, at 9:43 AM, Patti Hoa wrote:
> Second, instead of hooking up NSAccessibilityLinkedUIElements from a cell to a view, hook it from your outline view to the details view instead. An example can be found in the Mail.app. There's a link from the message table to the message content area. The important thing is that the two uiElements involved in the link should not dynamically disappear, so it's always better to link static container elements rather than objects that comes and goes.
Oh yes, linking at higher level is much better. It will immunize you from changes in the rows.
The info in my other post is correct, but, assuming it works, it would be much smarter to link from the outline view directly as Patti suggests.
-ME
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Accessibility-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden