简体   繁体   中英

Custom Tabbar and Tabbar Button item

I have an idea for an app, but after a few months of dealing with Xcode I've run into a major design issue. I want this:

想要的导航和标签栏设计

But as many ios developers know, using the traditional tabbar in the interface builder will only create single color, non-outline, tab bar buttons like so:

标签栏的有害设计

Is there any code/sdk where I can perhaps achieve the design of the first image while still having the tab bar functionality of the second?

Edit: The approach I'm looking for is more towards creating a custom tabbar controller all together, which has been answered.

Best way to create a seperate view for custom Tabbar. I will suggest you:

  1. In your main.storyBoard , take two containers one for tabBarController and another for CustomTabBarViewController

  2. Draw your custom tabbar UI in CustomTabBarViewController

  3. Attach all other controller in tabbar.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM