码迷,mamicode.com
首页 > 移动开发 > 详细

[IOS]设置TabBar背景图片

时间:2015-06-08 16:48:28      阅读:144      评论:0      收藏:0      [点我收藏+]

标签:

Xcode6.1_IOS SDK 8.1

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

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

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

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

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

 

 

[IOS]设置TabBar背景图片

标签:

原文地址:http://www.cnblogs.com/rovinjiang/p/4561086.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!