Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Make annotation views accessible to VoiceOver #5235

Merged
merged 2 commits into from
Jun 3, 2016

Commits on Jun 3, 2016

  1. [ios] Corrected annotation view accessibility frame

    Corrected the accessibility frames of annotation views to match the views’ bounds instead of the bounds of the default annotation image (which could be empty if no default GL point annotation has been added).
    
    Fixes #5038.
    1ec5 committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    1fdda91 View commit details
    Browse the repository at this point in the history
  2. [ios] Made annotation views accessible

    Annotation views now serve as their own accessibility elements. The developer’s own subclass of MGLAnnotationView can customize the view’s accessibility frame and/or path to more accurately reflect the visual hit target.
    1ec5 committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    1f622fe View commit details
    Browse the repository at this point in the history