The best thing to do is create a UIViewController
which is a UITableViewDelegate
and UITableViewDataSource
, and have a UILabel
at the top of the UIViewController
's nib, and a UITableView
underneath the UILabel
. This will have the effect of having the UILabel
staying put in its position, with the UITableView
still able to scroll like normal. Hope that Helps!