Implement initalizer

This commit is contained in:
Louis D'hauwe 2018-04-02 16:52:36 +02:00
parent 791eb679ee
commit 77bcefa65c

View File

@ -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) {