Adding a TableView to a View in Xcode 4.2
January 21st, 2012
Sometimes you need something else to be shown on the screen besides just a TableView, maybe you want a search bar at the top or a ToolBar or a bunch of other elements. In this case using a UITableViewController as your view won’t do it. This is a simple guide of one way to solve this (I’m sure there might be others).
Filed under: Development, iOS, Objective-c, XcodeTags: cocoa, ios, objective-c, TableView, UITableViewController, UIViewController, xcode
Comments (3)
