I want to add an ImageView to the bottom of my Table View (in a fixed position over the cells) so that I can place a custom tab bar there. However, when I drag the Image View to the Table view in Storyboard it attaches itself to the bottom of the prototype cells. Does anyone know how to do this?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Instead of using an imageview, slect your tableView ViewController in the storyboard, and in the simulated metrics section of the Utilities pane (right pane), select Tab Bar for the "bottom bar" setting. Then you can drag your tabBarItems to the simulated tab bar.
|
|||
|
|
