NSUnknownKeyException setValue:forUndefinedKey:
Check your references of your outlets in your XIB, one of them is probably referencing a property (buttonOfFirstView) that does not exist anymore
Set File's Owner class to NSObject
and set UITableViewCell
class to your custom class in XIB. It will solve the issue.