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:
commit
1b6bd8bd8b
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user