- (id)initWithFrame:(CGRect)frame
{
self = [super initWithFrame:frame];
if (self) {
//如果是iOS 6
if ([[UIDevice currentDevice].systemVersion doubleValue] < 7.0) {
//用图片平铺背景色
self.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"tabbar_background"]];
}
}
return self;
}
用图片平铺背景色
最新推荐文章于 2022-03-09 11:35:11 发布
6万+

被折叠的 条评论
为什么被折叠?



