I am using Storyboards in Xcode 4.6 and I just found out about container views. My container view is displaying a UITableView.
The UITableView and its cells take up the entire width of the screen but the container view is slightly smaller because I want the container view to display a "mini" version of the UITableView.
Unfortunately the container view doesn't auto resize whatever view is in it and the cells of the table are full size.
How can I scale down the UITableView to fit the container view?