are needsDisplayForKey/actionForKey overrides working correctly? are needsDisplayForKey/actionForKey overrides working correctly? swift swift

are needsDisplayForKey/actionForKey overrides working correctly?


I got this working in Swift by using @NSManaged attribute in front of the variable declaration (where you would use the the @dynamic attribute in Objective-C)