Minitour / AZTabBarController

A custom tab bar controller for iOS written in Swift 4.2
MIT License
348 stars 65 forks source link

Customize tabbar #14

Closed longhoang2984 closed 7 years ago

longhoang2984 commented 7 years ago

Hi @Minitour ,

How can I customize your tabbar like that:

tab bar navigation

Minitour commented 7 years ago

@longhoang2984 Have a look at this issue: https://github.com/Minitour/AZTabBarController/issues/11

Edit:

Use this version, then follow my code modifications on the issue I mentioned.

pod 'AZTabBar' , '1.1.3'
longhoang2984 commented 7 years ago

@Minitour thanks you very much <3