Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Support for Voice Over #25

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Support for Voice Over #25

wants to merge 2 commits into from

Conversation

ugort
Copy link

@ugort ugort commented Jan 25, 2016

Set an accessibility label on QBPopupMenuItem (needed if item contains only image) :

QBPopupMenuItem *item = [QBPopupMenuItem itemWithImage:image target:self action:@selector(tappedImage:)]
item.accessibilityLabel = @"do something";

ugort added 2 commits January 25, 2016 10:05
Set an accessibility label on QBPopupMenuItem (needed if item contains only image) :

QBPopupMenuItem *item = [QBPopupMenuItem itemWithImage:image target:self action:@selector(tappedImage:)]
item.accessibilityLabel = @"do something";
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant