k-bear
k-bear

Reputation: 57

Resize the UITabBarItem

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.

Upvotes: 2

Views: 1270

Answers (1)

Omar Abdelhafith
Omar Abdelhafith

Reputation: 21221

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

Upvotes: 1

Related Questions