标签:
UIView * lineView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, bgView.frame.size.width, 0.5)];
lineView.backgroundColor = JYEColor(226, 226, 226);
[bgView addSubview:lineView];
[self.tabBar setShadowImage:[UIImage new]];
[self.tabBar setBackgroundImage:[[UIImage alloc]init]];
自定义 导航条分割线,tabBar分割线颜色(或者是 去掉)
标签:
原文地址:http://www.cnblogs.com/lrr0618/p/5757588.html