philackm / ScrollableGraphView

An adaptive scrollable graph view for iOS to visualise simple discrete datasets. Written in Swift.
MIT License
5.32k stars 472 forks source link

Required constructors added to Drawing Layers. #157

Open batuhansk opened 6 years ago

batuhansk commented 6 years ago

A bug fixed which occurres while debugging UI through Xcode. There was a message in log window "use of unimplemented initializer 'init(layer:)' for class ...DrawingLayer".

It was preventing me from seeing UI objects, so I couldn't do a debug. I added missing overridden constructors init(layer:), So, that bug gone away.

Works well right now. ✊🏼