thank you for reading
I want to post photos but cannot because i’m newby
my error message like this isn’t gone
in a file “BowTie+CoreDataProperties.swift "
on line " @NSManaged public var tintColor: UIColor?”
error message “Cannot find type ‘UIColor’ in scope”
I’ve checked related parts like these
in a file "BowTies.xcdatamodeld
custom class of Attribute tintColor
in a file “ColorAttributeTransformer”
wrote
class ColorAttributeTransformer: NSSecureUnarchiveFromDataTransformer {
override static var allowedTopLevelClasses: [AnyClass] {
[UIColor.self]
}
would you please pull me out from the mud ?