nicklockwood / FXForms

[DEPRECATED]
Other
2.93k stars 339 forks source link

set cell's background colour failed #377

Open nimingzhe opened 9 years ago

nimingzhe commented 9 years ago

I want to set cell's background to transparent. here is my code

And Xcode log *\ Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<UITableViewCellContentView 0x16ed6070> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key backgroundColor .'

I also tried @"backgroundColor ":[UIColor clearColor] It also doesn't work. Xcode log: Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<FXFormDefaultCell 0x165b5de0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key backgroundColor .'

AuronChoo commented 7 years ago

@"backgroundColor": [UIColor clearColor] ,