Skip to content

Commit

Permalink
deleted comment to support cases from storyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
superbderrick committed Sep 24, 2017
1 parent aadcc62 commit adaa66c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions SummerSlider/SummerSlider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ public class SummerSlider: UISlider {

required public init?(coder aDecoder: NSCoder) {
super.init(coder: aDecoder)
fatalError("init(coder:) has not been implemented")
// self.setupDefaultValues()
self.setupDefaultValues()
}

override public func draw(_ rect: CGRect) {
Expand Down

0 comments on commit adaa66c

Please sign in to comment.