Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 1.09 KB

accessible_ios_apps.md

File metadata and controls

34 lines (31 loc) · 1.09 KB

Accessible IOS Apps: Up To 11!

Speaker: Daniel Devesa
Twitter:@dadederk Slides

  • For iOS Apps being accessible should be a given by now

11 things we can do for iOS apps

  1. Start From Zero
    • Keep a11y notes present all times when developing
  2. Labelling Correctly
    • 4d -> four d vs four days ago
    • 3h 24m "three h twenty four m" vs "three hours twenty four minutes"
    • close button
      • "button"
      • "close_icon_@3x"
      • "close button"
      • "close"
      • Voice Over can read "Close Button, Button"
  3. Go to Section Two (Headings)
    • Need to specify headings manually on app development
    • Rotor can be configurable
  4. Notifications
  5. Advanced gestures
    • Custom modals
    • Custom finger gestures
  6. Accessibility customization
    • reduce animations
    • reduce transparency
  7. Custom Actions
    • you might want to customized actions like reading a tweet, to reduce the amount number of tabs required to move to next element

##notes

  • Test your products with real devices