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
[self.SomeTableView setSeparatorStyle:UITableViewCellSeparatorStyleNone];
Use this to get rid of the lines if the UITableView is empty.