//設定圖片位置
homeVC.tabBarItem.imageInsets = UIEdgeInsetsMake(6, 0, -6,0);
//設定文字位置
[[UITabBarItem appearance] setTitlePositionAdjustment:UIOffsetMake(0, -2.5)];
轉載請註明出處,本文鏈接:https://www.uj5u.com/yidong/111063.html
標籤:其他
上一篇:iOS----------設定tabBar圖片以及文字位置
下一篇:多級串列
