Property cannot be marked @objc because its type cannot be represented in Objective-C
Question or problem in the Swift programming language: I’m finishing a port for a project that was written in Swift to support Objective-C. A lot of the project was written to support Objective-C but not the properties on a particular class.
Continue Reading