Declarative UIKit for iOS apps
CLASS
DHDTwoLabelRowComponentopen class DHDTwoLabelRowComponent: DHDStackViewComponent
Two labels hugging the leading and trailing edge of the view
leadingLabelpublic var leadingLabel: DHDLabel?
trailingLabelpublic var trailingLabel: DHDLabel?
init(leadingText:trailingText:)public convenience init(leadingText: String, trailingText: String)
Create this view
| Name | Description |
|---|---|
| leadingText | the text to assign to the leading label |
| trailingText | the text to assign to the trailing label |