2

Is it possible to change the size of an UITabBarItem? I'm not talking about the image inside the UITabBarItem, but the UITabBarItem itself.

For example if you have four UITabBarItems in a UITabBar, is it then possible to "merge" the two UITabBarItems in the center of the UITabBarItem (so that you would have a large UItabBarItem in the middle of the UITabBar and two smaller UITabItems on each side)?

Thank you.

k-bear
  • 57
  • 9

1 Answers1

1

That is not possible using any standard functions in UITabBar, however you could use some other custom solution

Omar Abdelhafith
  • 21,163
  • 5
  • 52
  • 56