To support key-value coding for a type declared in Swift, you have to mark it with the @objc
keyword:
@objc public var totalVal: NSNumber {
CLICK HERE to find out more related problems solutions.
To support key-value coding for a type declared in Swift, you have to mark it with the @objc
keyword:
@objc public var totalVal: NSNumber {
CLICK HERE to find out more related problems solutions.