akkyie / AKPickerView

A simple yet customizable horizontal picker view.
MIT License
893 stars 106 forks source link

Support for VoiceOver #78

Open seeReadCode opened 8 years ago

seeReadCode commented 8 years ago

Thanks for the library! I'm implementing on an app that require VoiceOver support and I'm trying to...

  1. Let a VoiceOver user swipe thru the options without accidentally selecting one.
  2. Shift focus in the UI after the item has been selected to show related results (this one is more of a VoiceOver question for me at this point but I figured I'd share).

I've already added a new delegate for adding an accessibility label :)

Thanks!