ONEAPP-6244 - TitleLockup TitleLabel marked as .heading for Accessibility
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
3448954ddc
commit
578cb2ef12
@ -77,6 +77,7 @@ open class TitleLockup: View {
|
||||
/// Label used to render the title model.
|
||||
open var titleLabel = Label().with {
|
||||
$0.setContentCompressionResistancePriority(.required, for: .vertical)
|
||||
$0.accessibilityTraits.insert([.header])
|
||||
}
|
||||
|
||||
/// Model used in rendering the title label.
|
||||
@ -388,3 +389,4 @@ open class TitleLockup: View {
|
||||
}
|
||||
|
||||
}
|
||||
6
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
1.0.52
|
||||
----------------
|
||||
- ONEAPP-6244 - TitleLockup TitleLabel marked as .heading for Accessibility.
|
||||
|
||||
1.0.51
|
||||
----------------
|
||||
- ONEAPP-6239 - Loader is still showing when inactive.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user