Specify the owner in loadNibNamed:owner:options
- by Siegfried
I got an exception:
this class is not key value coding-compliant for the key textField.'
the exception occurs at this line:
NSArray *nib = [[NSBundle mainBundle] loadNibNamed:@"cell" owner:?? options:nil];
What should be the owner if the class called cell.m owns this cell.xib?