i want to create tabbar based application..but i want tab bar should be above toolbar....means from below the screen 1. first toolbar with banner add 2.then above toolbar,ther is one tab bar with three tabs 3.now middle of screen there is a view 4. finaly on top of screen there is one navigation bar
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.
|
|
|
Create one toolbar on bottom of screen and then pro-grammatically create Tabbar view with height = self.view.frame.size.height - tool bar height, width = self.view.frame.size.width, x = 0, y = 0, and finally add as subview on view |
|||
|
|