I am facing a strange issue with UITableView custom Cell. I have custom cell class and its .xib and i have registered both xib and class with tableview. But the application get crashed with an error as given,
Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<NSObject 0xa75ccb0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key tripName.'
Any help would be very much appreciated. Thanks !!