taglia3 / CircularSlider

A powerful Circular Slider. It's written in Swift, it's 100% IBDesignable and all parameters are IBInspectable.
MIT License
255 stars 42 forks source link

fatalError("init(coder:) has not been implemented") crash on this line #3

Open Raviojha62 opened 7 years ago

Raviojha62 commented 7 years ago

Hi, I am trying to implement this slider in my project but when i run the file its become crash on a particular line required public init?(coder aDecoder: NSCoder) { fatalError("init(coder:) has not been implemented") }

Please tell me how can i resolve this?