Implementing a custom List
Implementing a custom List
- Subject: Implementing a custom List
- From: Kwasi Mensah <email@hidden>
- Date: Thu, 06 Jun 2013 00:59:52 -0400
I'm trying to implement a custom list implementation for my iOS game (currently using iOS 6.1). When one of the cells of a list receives accessibilityElementDidBecomeFocused we scroll our list to make sure the cell is visible and then post a UIAccessibilityLayoutChangedNotification .
This eventually gets the voiceover cursor to the proper updated positon. But it takes about 0.5-1 second to resolve itself. And the VoiceOver cursor can get get confused if you try to navigate a list quickly before that resolution.
Is there some version of accessibilityElementWillBecomeFocused? Or something I can hook the list adjustment in before the VoiceOver cursor moves to the cell?
Thanks,
Kwasi
_______________________________________________
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