Merge branch 'mbruce/bugfixes' into 'develop'

updated textLinkCaret to allow word wrapping

See merge request BPHV_MIPS/vds_ios!142
This commit is contained in:
Bruce, Matt R 2024-01-31 20:40:38 +00:00
commit 1b6bd8bd8b

View File

@ -80,6 +80,8 @@ open class TextLinkCaret: ButtonBase {
open override func setup() {
super.setup()
accessibilityTraits = .link
titleLabel?.numberOfLines = 0
titleLabel?.lineBreakMode = .byWordWrapping
}
/// Used to make changes to the View based off a change events or from local properties.