From 6b16782b6c51cdd3bc28d103fb71509c27ab4cf3 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Mon, 12 Sep 2022 14:09:51 -0500 Subject: [PATCH] added set(with to init Signed-off-by: Matt Bruce --- VDS/Components/Label/Label.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/VDS/Components/Label/Label.swift b/VDS/Components/Label/Label.swift index 5e710ed1..7e03acb2 100644 --- a/VDS/Components/Label/Label.swift +++ b/VDS/Components/Label/Label.swift @@ -87,6 +87,7 @@ open class LabelBase: UILabel, ModelHandlerable, ViewProt public required init(with model: ModelType) { super.init(frame: .zero) initialSetup() + set(with: model) } public override init(frame: CGRect) {