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.
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. ✊🏼