开发者

tab bar items need to change image and title

开发者 https://www.devze.com 2023-01-29 05:50 出处:网络
I need to change my tab bar items. image and title. Initially app have four tab bar items.... 1. home 2.search 3.favorites 4. more.

I need to change my tab bar items. image and title.

Initially app have four tab bar items.... 1. home 2.search 3.favorites 4. more.

Home ta开发者_如何学编程b bar have tableview with navigation. when i do navigation i need to change more tab bar to bookmark tab bar......

bookmarks tab bar its replace the more tab bar.

When i complete it again show more tab bar.....

Thanks in advance.

... sorry for my english.


On your UITabBarController, which is probably on or close to your root controller you can adjust what viewcontrollers its simply an array

  • (void)setViewControllers:(NSArray *)viewControllers animated:(BOOL)animated
0

精彩评论

暂无评论...
验证码 换一张
取 消