From b1253be64b6a27e87664f71d57bcc7582c154a6d Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Mon, 1 Aug 2022 11:54:49 -0500 Subject: [PATCH] implemented coder Signed-off-by: Matt Bruce --- VDS/Classes/VDSControl.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VDS/Classes/VDSControl.swift b/VDS/Classes/VDSControl.swift index d60f4901..f0889fce 100644 --- a/VDS/Classes/VDSControl.swift +++ b/VDS/Classes/VDSControl.swift @@ -30,7 +30,7 @@ open class VDSControl: UIControl, ViewProtocol { public required init?(coder: NSCoder) { super.init(coder: coder) - fatalError("Control does not support xib.") + initialSetup() } //--------------------------------------------------