(XCode 4.2, iOS 5)
In order to reuse a tableview (with a navigation bar and edit/add buttons) I created a UITableViewController
subclass with it's own .xib
. However, when I add a UITableView
to my .xib
's main view the content attribute (which I want to set to dynamic prototypes) it doesn't show up. It just shows the sample content (California: Brea, Burlingame, ...
). When I add a UITableView
in my main storyboard the content attribute does show up.
What is the issue?