Merge branch 'mbruce/bugfixes' into 'develop'
ONEAPP-4682 - Text Link Caret - Accessibility iOS See merge request BPHV_MIPS/vds_ios!116
This commit is contained in:
commit
8bc0903c49
@ -1175,7 +1175,7 @@
|
||||
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
|
||||
CODE_SIGN_IDENTITY = "";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 43;
|
||||
CURRENT_PROJECT_VERSION = 44;
|
||||
DEFINES_MODULE = YES;
|
||||
DEVELOPMENT_TEAM = "";
|
||||
DYLIB_COMPATIBILITY_VERSION = 1;
|
||||
@ -1212,7 +1212,7 @@
|
||||
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
|
||||
CODE_SIGN_IDENTITY = "";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 43;
|
||||
CURRENT_PROJECT_VERSION = 44;
|
||||
DEFINES_MODULE = YES;
|
||||
DEVELOPMENT_TEAM = "";
|
||||
DYLIB_COMPATIBILITY_VERSION = 1;
|
||||
|
||||
@ -59,9 +59,8 @@ public struct ImageLabelAttribute: AttachmentLabelAttributeModel {
|
||||
let attachment = NSTextAttachment()
|
||||
if let accessibleText {
|
||||
attachment.accessibilityLabel = accessibleText
|
||||
attachment.isAccessibilityElement = true
|
||||
} else {
|
||||
attachment.isAccessibilityElement = false
|
||||
attachment.accessibilityLabel = " "
|
||||
}
|
||||
attachment.image = tintColor != nil ? image.withTintColor(tintColor!) : image
|
||||
if let frame {
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
1.0.44
|
||||
=======
|
||||
- ONEAPP-5109 - Typography/Label - Accessibility iOS
|
||||
- ONEAPP-4682 - Text Link Caret - Accessibility iOS
|
||||
|
||||
1.0.43
|
||||
=======
|
||||
|
||||
Loading…
Reference in New Issue
Block a user