In order to customize a table view and add some additional controls to it, I've embedded a UTTableViewController into a Container View and placed that container View into a UIViewController.
I've followed the instructions I found here: Embedding TableView in TableViewController into another view
TableView is configured with four static cells, but there are unwanted table cells visible at the bottom when my app runs. As if cells are dynamic, but they are defines as static.
Looking for a suggestion what do I need to do just to show the four cells that I defined?
Thank you