ios4 - How to put or create UItabbar above UItoolbar using UINavigation based application in iphone? -
i want create tabbar based application..but want tab bar should above toolbar....means below screen 1. first toolbar banner add 2.then above toolbar,ther 1 tab bar 3 tabs 3.now middle of screen there view 4. finaly on top of screen there 1 navigation bar
create 1 toolbar on bottom of screen , pro-grammatically create tabbar view height = self.view.frame.size.height - tool bar height, width = self.view.frame.size.width, x = 0, y = 0, , add subview on view
Comments
Post a Comment