mirror of
https://github.com/mastodon/mastodon-ios
synced 2025-04-11 22:58:02 +02:00
IOS-95: Mark filter buttons as a11y buttons (#1011)
This commit is contained in:
parent
ad5070d2b9
commit
75bde8258f
@ -114,6 +114,7 @@ extension CategoryPickerSection {
|
|||||||
|
|
||||||
cell.isAccessibilityElement = true
|
cell.isAccessibilityElement = true
|
||||||
cell.accessibilityLabel = item.accessibilityDescription
|
cell.accessibilityLabel = item.accessibilityDescription
|
||||||
|
cell.accessibilityTraits = .button
|
||||||
|
|
||||||
return cell
|
return cell
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user