标签:
Xcode6.1_IOS SDK 8.1
**********************************************************************
在AppDelegate.m中设置TabBar背景图片
**********************************************************************
UITabBarController *tabBarController = [[UITabBarController alloc] init];
[tabBarController.tabBar setBackgroundImage:[UIImage imageNamed:@"图片名字"]];
标签:
原文地址:http://www.cnblogs.com/rovinjiang/p/4561086.html