headerView = [[UIView alloc] initWithNibName:@"ContactHeaderDetail" bundle:nil];
UIView's don't have XIB, or initWithNibName functions.
do you mean to make a UIViewController ?
Andiih
2010-05-20 10:09:27
headerView = [[UIView alloc] initWithNibName:@"ContactHeaderDetail" bundle:nil];
UIView's don't have XIB, or initWithNibName functions.
do you mean to make a UIViewController ?