Yalantis / FoldingTabBar.iOS

Folding Tab Bar and Tab Bar Controller
https://yalantis.com
MIT License
3.68k stars 458 forks source link

Changing the width of the tab bar #74

Open DavidCJKennedy opened 7 years ago

DavidCJKennedy commented 7 years ago

Is there a way of changing the width of the tab bar? Currently using google maps and have the issue of the pesky google logo in the bottom left hand corner.

Vodolazkyi commented 7 years ago

Hi. Yes, you can use tabBarViewEdgeInsetsfor changing insets of tab bar. This will reduce the width. Let me know if this solves your problem.