How can I do the following in a UIViewController (containing a tableview as a subview)
I initially have a UIViewController showing a preview section (UIView)
You will have to embed your UITableView inside of a UIScrollView that has the size of the screen minus the navigation bar. Set the UIScrollViews background to clearColor to allow your content above the UITableView to remain visible.