Not an issue, just an idea:)
How about to make also AXTabBar customizable? Or replaceable with a custom tabBar that conforms to the AXTabBarDelegate protocol or just a AXTabBar subclass. I can think of many styles, for example:
- Segmented control (probably most native example)
- Image buttons
- Non-blurred tabs of certain color (black, white, blue, whatever)
- Tabs with special indicator (arrow, dot or something else)
- Just pageControl (no buttons)
That would be actually very easy, possibly easier than through AXTabBarStyle. Or at least more flexible.
And I believe many developers will come with more ideas. So I wonder if you could alter the interface, so it will support such custom bars.
Have a great day!