iOS 開發中tabBarItem不顯示文字,只顯示圖片,且圖片居中顯示
阿新 • • 發佈:2019-01-06
//第一頁
HomePageViewController *homePageVC = [[HomePageViewControlleralloc] init];
UINavigationController *naviVC1 = [[UINavigationControlleralloc] initWithRootViewController:homePageVC];
homePageVC.tabBarController.tabBar.tintColor = [UIColorredColor];
homePageVC.tabBarItem = [[UITabBarItem
//homePageVC.title = @"首頁";
//tabBar圖片居中顯示,顯示文字的座標
CGFloat offset = 5.0;
//tabBar圖片居中顯示,不顯示文字
homePageVC.tabBarItem