add buttonTitle property in CustomizableButtonView
This commit is contained in:
parent
74d4be3635
commit
622c722a59
|
|
@ -88,6 +88,12 @@ open class CustomizableButtonView: UIView, InitializableView, ConfigurableView {
|
|||
configureConstraints()
|
||||
}
|
||||
}
|
||||
|
||||
public var buttonTitle: String = "" {
|
||||
willSet {
|
||||
buttonTitle.text = newValue
|
||||
}
|
||||
}
|
||||
|
||||
public var hidesLabelWhenLoading = false
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue