AZTabBarController icon indicating copy to clipboard operation
AZTabBarController copied to clipboard

A custom tab bar controller for iOS written in Swift 4.2

Results 8 AZTabBarController issues
Sort by recently updated
recently updated
newest added

How can I move to specific tab controllers detail page on click of notification. Like If I had Chat thread on first index tap and I need to navigate in...

I have 5 tab bar item, each tab bar button have navigation controller. If I tap in second tab item and push maybe three or four view controller, then I...

Hi, I use the tab bar and hide it in my main view(first tab), and use self.currentTabBar?.setBar(hidden: false, animated: false) in main view's viewDidDissapear(). I also set some segment with...

I would like a tab bar that is less than the width of the screen. How can I adjust the width? Interesting for example to imitate the Apple Music application...

Hi. I have successfully make a corner radius to `containerView` of a`Tabbar`. But the issue is when we set up the controller for tab, due to navigation controller it just...

Hi I use the AZTabBarController to controller my tab bar. When I present a new view, It works well. I got an issue to bring the data back to the...

Nice library! There doesn't seem to be any other with dividers, item backgrounds and so on. Could you please make your library available for Carthage?

help wanted