UINavigationController add UIView

552 Views Asked by At

Demo Image

I am creating a app similar to attached image. In this app they uses UITableview with default navigation bar. I am using Parse framework to create app. and i've created a class with PFQueryTableViewController as parent class. Now i need to place the fixed bar at top of the table. [shown in image]. when i place a bar it moves up when i scroll table. that means the bar is placed in the particular table cell. I didn't find how to add view bar just above the table. So i need help to add view by using parse framework.

1

There are 1 best solutions below

0
On

You can put your navigation bar and fixed bar in the UIVIewController and use the tableview as containerViewController (childviewcontroller). Look here wwdc video: https://developer.apple.com/videos/wwdc/2011/?id=102