iphone - UIViewController header view errors
- by Fiona
Hi there,
So to give a little background:
I've an app that has a UITableViewController- (ContactDetailViewController)
In this view at the top, I require a few labels and buttons, followed by a group style tableview.
So I've created a nib file containing these elements. (ContactHeaderView.xib)
Then in the viewDidLoad of ContactDetailViewController…