How can I make an iphone application that uses a UITableView but so the it won't ocupy all the screen? I want to put below some buttons that will have the role of tabs so when i press one, a different UIView(UiTableVIew) will show above. I know I have to extend somehow the class and modify it's apearance but it can't find an example so that the table is not the main view I have something like thisHow can I make an iphone application that uses