DHDeclarable

Declarative UIKit for iOS apps

View the Project on GitHub dan-hart/DHDeclarable

CLASS

DHDTwoLabelRowComponent

open class DHDTwoLabelRowComponent: DHDStackViewComponent

Two labels hugging the leading and trailing edge of the view

Properties

leadingLabel

public var leadingLabel: DHDLabel?

trailingLabel

public var trailingLabel: DHDLabel?

Methods

init(leadingText:trailingText:)

public convenience init(leadingText: String, trailingText: String)

Create this view

Parameters

Name Description
leadingText the text to assign to the leading label
trailingText the text to assign to the trailing label