accessibility hints in code and storyboards
cpmpercussion opened this issue · 1 comments
cpmpercussion commented
There's two kinds of views in the app that need accessibility hints. It's fine to set up the storyboard views in storyboard, but also need to do some views that are defined in code, examples below.
those in storyboards:
- Main
- ChirpJamViewController
- MicrojamTutorialViewController
- ProfileScreenController
(UserSettingsViewController is not used anymore).
those in code:
- UserPerfCollectionViewCell
- ProfileHeader/FooterCollectionViewReusableView
- PerformanceTableCell
cpmpercussion commented
I think this is now finished by @benediktewallace for now!