sprang/Inkpad

Error: Property 'drawingController' cannot be found in forward class object 'xxxxx.swift'

Opened this issue · 1 comments

Getting error while using "DrawingController" in swift class.
Using - Swift 4.1 & Xcode 10.1

I just need to add "@objc" before declaring property of "DrawingController" in my swift class
---@objc var drawingController: DrawingController? ----