From 77bcefa65c10814c82be47c228c72100947814e5 Mon Sep 17 00:00:00 2001 From: Louis D'hauwe Date: Mon, 2 Apr 2018 16:52:36 +0200 Subject: [PATCH] Implement initalizer --- HueKit/View/ColorIndicatorView.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {