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
You sure you are using UITableViewStyleGrouped style?
UITableViewStyleGrouped
Because by default it is set to UITableViewStylePlain which shows empty cells too after displaying filled cells.
UITableViewStylePlain