danielsaidi / Sheeeeeeeeet

Sheeeeeeeeet is a Swift library for creating menus, custom action sheets, context menus etc.
MIT License
1.74k stars 111 forks source link

AccessibilityTrait selected and not selected to ActionSheetSelectItem #84

Closed sebbo176 closed 5 years ago

sebbo176 commented 5 years ago

Thank you again for this great framework.

This PR is about improving Voice Over. It's a simpel fix. It adds and removes a trait for selected on ActionSheetSelectItem. This allows user that have voice over activated to hear if a select item is selected or not.

danielsaidi commented 5 years ago

Perfect! I'll create a new version with this feature.