Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 664 Bytes

File metadata and controls

14 lines (9 loc) · 664 Bytes

blogpost-codesample-AccessibleDrawRect

About

This is very small smaple project showing how to make custom drawings accessible to VoiceOver. Everything of interest is found in the -drawRect: implementation of the custom view class.

The purpose of this code is to show how all kinds of custom drawing: text, images and vector drawing can be made accessible and that it isn’t too hard.

Blog post

This sample code is the code behind my blog post about making drawRect: accessible.

License

All sample code is put under MIT license to help spread the accessiblity.