Skip to content

Required constructors added to Drawing Layers.#157

Open
batuhansk wants to merge 7 commits intophilackm:masterfrom
batuhansk:master
Open

Required constructors added to Drawing Layers.#157
batuhansk wants to merge 7 commits intophilackm:masterfrom
batuhansk:master

Conversation

@batuhansk
Copy link

@batuhansk batuhansk commented Nov 8, 2018

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

Batuhan Saka added 7 commits November 8, 2018 17:50
A required constructor added to avoid "has not been implemented" error while debugging UI in Xcode.
A required constructor added to avoid "has not been implemented" error while debugging UI in Xcode.
A required constructor added to avoid "has not been implemented" error while debugging UI in Xcode.
A required constructor added to avoid "has not been implemented" error while debugging UI in Xcode.
A required constructor added to avoid "has not been implemented" error while debugging UI in Xcode.
A required constructor added to avoid "has not been implemented" error while debugging UI in Xcode.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant