Home > Mobile >  Navigation in place a button at the bottom of the switch different page with each other
Navigation in place a button at the bottom of the switch different page with each other

Time:09-27

The four buttons at the bottom of the switch, click the second button "mall" page to switch to the mall, at the same time the second button text into the "peripheral", I in the switch for the page, click on the button around page at the bottom of the navigation text into a mall... Place a button switch different page with each other

CodePudding user response:

Custom tabbar

CodePudding user response:

A custom UITabBarController
Then have a UITabBarDelegate has a
- (void) tabBar (UITabBar *) tabBar didSelectItem (UITabBarItem *) item;
Method, it is ok to do things here

CodePudding user response:

Use it to solve the UITabBarController can solve
  •  Tags:  
  • iOS
  • Related