-
Notifications
You must be signed in to change notification settings - Fork 29
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
Fix/nmpapp 1572 accessbility improve #1398
base: master
Are you sure you want to change the base?
Conversation
FinniversKit/Sources/Components/Button/IconButton/IconButton.swift
Outdated
Show resolved
Hide resolved
@@ -218,7 +218,7 @@ extension JobAdRecommendationCell: AdRecommendationConfigurable { | |||
loadingColor = .backgroundSubtle | |||
|
|||
containerView.accessibilityLabel = model?.accessibilityLabel | |||
favoriteButton.accessibilityLabel = model?.favoriteButtonAccessibilityLabel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the accessibilityLabel
being set somewhere else?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, I lost it during merging
Put back it here: https://github.com/finn-no/FinniversKit/pull/1398/files#diff-9c2c5679975471f2eb787c6436339de8efe689425e440bd4e0e5a92a9e5ac503R24
Refactored whole favorite accessibility stuff so now it becomes a struct |
Why?
Poor accessibility for favourite & share buttons
What?
Improve accessibility for favourite & share buttons
Version Change
Major
UI Changes
ios-app PR