FoldingTabBar.iOS
FoldingTabBar.iOS copied to clipboard
Changing the width of the tab bar
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.
Hi. Yes, you can use tabBarViewEdgeInsets
for changing insets of tab bar. This will reduce the width.
Let me know if this solves your problem.