I have set a custom font to tab bar item with text greater than 5 alphabets. The space between alphabets gets removed and text shrinks horizontally. How to keep text spacing intact. This issue is same as Title text hugging/kerning + clipping in UITabBarItem
Asked
Active
Viewed 871 times
0
-
use custom tab bar, because you cannot implement multiline text if it is huge – Maddy May 15 '17 at 07:29
-
customize the tab bar item image and text accordingly in storyboard. It can be done there itself. – Praveen Kumar May 15 '17 at 07:57
-
yes image can be used but i forgot one thing to tell that I wanted to use badge in that tabbar item and if I use image it shifts at the end of image top so I used image and text separately – shravan agrawal May 18 '17 at 13:28