SyntaxFix
Write A Post
Hire A Developer
Questions
I use the following:
UIView *view = [[UIView alloc] init]; myTableView.tableFooterView = view; [view release];
Doing it in viewDidLoad. But you can set it anywhere.