Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 292 Bytes

swift4-property-not-found.md

File metadata and controls

14 lines (9 loc) · 292 Bytes

Swift 4 class from Objective-C: “Property not found on object of type”

@objc var foobar = true

@objcMembers class TestViewController: UIViewController {
 ...
}

Reference

https://stackoverflow.com/a/45656756