Specify the owner in loadNibNamed:owner:options
Posted
by Siegfried
on Stack Overflow
See other posts from Stack Overflow
or by Siegfried
Published on 2010-06-01T02:40:55Z
Indexed on
2010/06/01
2:43 UTC
Read the original article
Hit count: 462
iphone
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?
© Stack Overflow or respective owner