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.

@NickEntin NickEntin force-pushed the entin/block-based-properties branch 4 times, most recently from 591d591 to 8cc1486 Compare January 24, 2024 10:13
@NickEntin NickEntin force-pushed the entin/block-based-properties branch from 8cc1486 to 04f5513 Compare January 26, 2024 04:03
These block-based variants of the UIAccessibility properties were introduced in iOS 17. Resolves #192.
@NickEntin NickEntin force-pushed the entin/block-based-properties branch from 04f5513 to 1e0e3d9 Compare January 26, 2024 09:44
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