转载自:http://www.shangxueba.com/jingyan/2453883.html
- (void)viewWillAppear:(BOOL)animated{//去掉UITabbar的边框线
[self.tabBarController.tabBar setBackgroundImage:[Utill createImageWithColor:[UIColor clearColor]]];
[self.tabBarController.tabBar setShadowImage:[Utill createImageWithColor:[UIColor clearColor]]];
}
转载自:http://blog.csdn.net/hengshujiyi/article/details/22855811
- (UIImage*) createImageWithColor: (UIColor*) color
{