Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Only image as UITabBarItem

I would only like to have an icon as the UITabBarItem and not the text underneath and I was wondering if this was possible, if so, how? TIA


1 Answers

REMOVE THE TITLE

The easy way with inspector

  • Select your TabbarItem
  • In Title Position change to Custom Offset
  • Set vertical to 100
  • Done

enter image description here

Fix IMAGE

Adjuste the image

  • Select your TabbarItem
  • define your Top and Bottom

enter image description here

like image 153
Armanoide Avatar answered Sep 15 '25 04:09

Armanoide