Inkpad
Inkpad copied to clipboard
Error: Property 'drawingController' cannot be found in forward class object 'xxxxx.swift'
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? ----