Gil
Gil

Reputation: 569

Custom UITabBar with vertically aligned images

Is there a way to make a the UITabBar show just images that fill the entire TabBarItem? I tried simply placing an image and deleting the text in the item's title but the image always appears off-center (the area where the title text was remains and I can't align the image to be over it)

Upvotes: 4

Views: 1878

Answers (1)

Abdullah
Abdullah

Reputation: 7233

Change image inset of UITabBarItem in UITabBar. You could adjust the image inset to make image bigger, smaller, shift to right etc.

Upvotes: 3

Related Questions