Digital ACT-191 ONEAPP-6827 story: setting content alignment
This commit is contained in:
parent
1b89c8b2da
commit
d5138dcdd3
@ -66,6 +66,9 @@ open class BreadcrumbItem: ButtonBase {
|
|||||||
isAccessibilityElement = true
|
isAccessibilityElement = true
|
||||||
accessibilityTraits = .button
|
accessibilityTraits = .button
|
||||||
accessibilityLabel = "Breadcrumb"
|
accessibilityLabel = "Breadcrumb"
|
||||||
|
contentHorizontalAlignment = .leading
|
||||||
|
titleLabel?.numberOfLines = 0
|
||||||
|
titleLabel?.lineBreakMode = .byWordWrapping
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Used to make changes to the View based off a change events or from local properties.
|
/// Used to make changes to the View based off a change events or from local properties.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user