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

Support block-based accessibility properties #196

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

NickEntin
Copy link
Collaborator

These block-based variants of the UIAccessibility properties were introduced in iOS 17. Resolves #192.

These block-based variants of the UIAccessibility properties were introduced in iOS 17. Resolves #192.
Base automatically changed from entin/ios-17 to master January 27, 2024 00:17
return isAccessibilityElementBlock?() ?? isAccessibilityElement
} else {
return isAccessibilityElement
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you should remove 'else' block, you have 'return isAccessibilityElement' in the end, this is duplicate.
And in other variables same

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

Successfully merging this pull request may close these issues.

Framework does not reflect accessibility{Property}Block values set in iOS 17
2 participants