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() } //--------------------------------------------------