diff --git a/HueKit/View/ColorIndicatorView.swift b/HueKit/View/ColorIndicatorView.swift index 531b4d0..e7d6c1a 100644 --- a/HueKit/View/ColorIndicatorView.swift +++ b/HueKit/View/ColorIndicatorView.swift @@ -31,7 +31,8 @@ public class ColorIndicatorView: UIView { } required public init?(coder aDecoder: NSCoder) { - fatalError("init(coder:) has not been implemented") + super.init(coder: aDecoder) + } override public func draw(_ rect: CGRect) {