The height of the tabbar has been modified, but how to adjust the height of the icon of the tabaritem, because the text is not displayed, as shown in the picture. Can I only use the view to customize the tabbar? ? ? ?
天蓬老师2017-05-02 09:36:30
Easy way:
[tabbarItem setImageInsets:UIEdgeInsetsMake(<#CGFloat top#>, <#CGFloat left#>, <#CGFloat bottom#>, <#CGFloat right#>)];