UIAccessibilityLayoutChangedNotification and passing non-nil
UIAccessibilityLayoutChangedNotification and passing non-nil
- Subject: UIAccessibilityLayoutChangedNotification and passing non-nil
- From: Kwasi Mensah <email@hidden>
- Date: Thu, 06 Jun 2013 01:49:17 -0400
short:
Posting UIAccessibilityLayoutChangedNotification with a non-nil parameter doesn't work on iOS5 but docs don't mention this.
Long:
So I remember in iOS 5 you were supposed to pass nil when calling UIAccessibilityPostNotification with UIAccessibilityLayoutChangedNotification or
UIAccessibilityScreenChangedNotification, but iOS 6 added the ability to let you pass in the element you want to focus on.
the UIAccessibilityProtocool docs are updated with this info, but doesn't state that this behavior won't work on iOS5 (which it still doesn't seem to). In fact, if you pass in anything non-nil the cursor doesn't move at all.
I just wanted to make sure that this isn't supposed to work in iOS 5.
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