I have couple of problems with my UITableView.
UITableView
When I add a UITableview on my page, by default it brings up some fixed number of rows,
UITableview
- (void) viewDidLoad { [super viewDidLoad]; self.tableView.tableFooterView = [[[UIView alloc] init] autorelease]; }