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.

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

share|improve this question

1 Answer

up vote 1 down vote accepted

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.