首页 > 学院 > 开发设计 > 正文

[IOS]设置TabBar背景图片

2019-11-14 18:53:44
字体:
来源:转载
供稿:网友

Xcode6.1_IOS SDK 8.1

********************************************************************** 

在AppDelegate.m中设置TabBar背景图片

**********************************************************************

UITabBarController *tabBarController = [[UITabBarController alloc] init];

[tabBarController.tabBar setBackgroundImage:[UIImage imageNamed:@"图片名字"]];

 

 


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表