Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Accessibility #122

Open
5 tasks
MosheBerman opened this issue Aug 17, 2017 · 0 comments
Open
5 tasks

Improve Accessibility #122

MosheBerman opened this issue Aug 17, 2017 · 0 comments

Comments

@MosheBerman
Copy link
Owner

MosheBerman commented Aug 17, 2017

I haven't done a full accessibility audit yet, but some areas that definitely need work:

  • The next/back buttons in the header view are currently custom drawn arrow images with a touch gesture recognizer. Wrapping the images in UIButtons and setting some accessibility attributes will probably be a huge step in the right direction.
  • Preferred Content Size adoption in the header view and the cells would be awesome. (See Improve Landscape Mode #121 for a discussion about cell sizes. It's relevant to custom cell content that doesn't necessarily fit cell sizes that are fixed.)
  • The calendar view's intrinsicContentSize is also probably going to be relevant here.
  • An audit for VoiceOver support.
  • An audit on scrubbing.

As an addition to all of the awesome localization and international enhancements made in 5.0.0, this would be really great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant