dynamically change uitabbar items
I am working on app w开发者_JS百科here i need to display a tab bar controller with different viewscontrollers. I mean when i go from one page to other the the items in tab bar should change and when i go back to previous page the items should again become same as they were earlier. Thanks in advance.
I have done it. I just reloaded the tabbar with view controllers and it is working fine.
精彩评论