iphone - Why is uitableview underneath my uinavigationbar -


i have uinavigationcontroller uiviewcontroller (vc1) "root view controller". there 3 views in uiviewcontroller:

  1. headerview(uiviewsubclass)
  2. uitableview (custom frame)
  3. footerview(uiviewsubclass)

the reason header/footer view separate uitableview because need stationary , allow uitableview scroll. when vc1 loaded in place , behaves expected. however, when click on of cell rows, navigate vc2 , navigate vc1 tableview "under" uinavigationbar.

note: root view controller (vc1) subclass of uiviewcontroller change frame size tableview. frame tableview set in ib (0,0, 320,300). stated before when vc1 loaded tableview aligned under headerview, when navigate vc1 vc2.

i have tried setting autoresizingmask uiviewautoresizingflexibletopmargin in viewdidload, noavail. suggestions appreciated

i fixed problem. problem related issue three20 thumbnailviewcontroller


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -