added set(with to init
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
a07fc10a7e
commit
6b16782b6c
@ -87,6 +87,7 @@ open class LabelBase<ModelType: LabelModel>: UILabel, ModelHandlerable, ViewProt
|
||||
public required init(with model: ModelType) {
|
||||
super.init(frame: .zero)
|
||||
initialSetup()
|
||||
set(with: model)
|
||||
}
|
||||
|
||||
public override init(frame: CGRect) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user