IOS实现自定义透明背景的tabbar
话不多说,直接看示例代码
```
//UIImageView*imageView=[[UIImageViewalloc]initWithFrame:CGRectMake(0,0,kScreenW,tabBarHeight+5)];
//[imageViewsetImage:[selfcreateImageWithColor:[UIColorclearColor]]];
//[imageViewsetContentMode:UIViewContentModeScaleToFill];
//[self.tabBarinsertSubview:imageViewatIndex:0];
//覆盖原生Tabbar的上横线
//[[UITabBarappearance]setShadowImage:[selfcreateImageWithColor:[UIColorclearColor]]];
//背景图片为透明色
//[[UITabBarappearance]setBackgroundImage:[selfcreateImageWithColor:[UIColorclearColor]]];
self.tabBar.backgroundColor=[UIColorclearColor];
//设置为半透明
self.tabBarController.tabBar.translucent=YES;
```
```
-(UIImage*)createImageWithColor:(UIColor*)color
{
CGRectrect=CGRectMake(0.0f,0.0f,1.0f,1.0f);
UIGraphicsBeginImageContext(rect.size);
CGContextRefcontext=UIGraphicsGetCurrentContext();
CGContextSetFillColorWithColor(context,[colorCGColor]);
CGContextFillRect(context,rect);
UIImage*theImage=UIGraphicsGetImageFromCurrentImageContext();
UIGraphicsEndImageContext();
returntheImage;
}
```
以上就是在IOS实现自定义透明背景的tabbar的全部内容,希望这篇文章对大家能有所帮助。
热门推荐
3 祝福语简短的微信
10 幼儿祝福语大全简短贺卡
11 感谢教官文案祝福语简短
12 鼠年同事祝福语简短创意
13 元旦祝福语 简短独特群发
14 妈咪跟我生日祝福语简短
15 给儿子新婚祝福语简短
16 伴娘祝福语长文案简短
17 恭喜高考完祝福语简短
18 生日祝福语送老公简短