国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 系統(tǒng) > iOS > 正文

IOS實(shí)現(xiàn)自定義透明背景的tabbar

2019-10-21 18:53:08
字體:
供稿:網(wǎng)友

話不多說,直接看示例代碼

```//  UIImageView *imageView = [[UIImageView alloc]initWithFrame:CGRectMake(0, 0, kScreenW, tabBarHeight + 5)];//  [imageView setImage:[self createImageWithColor:[UIColor clearColor]]];//  [imageView setContentMode:UIViewContentModeScaleToFill];//  [self.tabBar insertSubview:imageView atIndex:0];  //覆蓋原生Tabbar的上橫線//  [[UITabBar appearance] setShadowImage:[self createImageWithColor:[UIColor clearColor]]];//背景圖片為透明色//  [[UITabBar appearance] setBackgroundImage:[self createImageWithColor:[UIColor clearColor]]];  self.tabBar.backgroundColor = [UIColor clearColor];//設(shè)置為半透明  self.tabBarController.tabBar.translucent = YES;``````-(UIImage*) createImageWithColor:(UIColor*) color{  CGRect rect=CGRectMake(0.0f, 0.0f, 1.0f, 1.0f);  UIGraphicsBeginImageContext(rect.size);  CGContextRef context = UIGraphicsGetCurrentContext();  CGContextSetFillColorWithColor(context, [color CGColor]);  CGContextFillRect(context, rect);  UIImage *theImage = UIGraphicsGetImageFromCurrentImageContext();  UIGraphicsEndImageContext();  return theImage;}```

以上就是在IOS實(shí)現(xiàn)自定義透明背景的tabbar的全部內(nèi)容,希望這篇文章對(duì)大家能有所幫助。


注:相關(guān)教程知識(shí)閱讀請(qǐng)移步到IOS開發(fā)頻道。
發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 石首市| 卓尼县| 台安县| 西乌珠穆沁旗| 株洲市| 红桥区| 荃湾区| 山西省| 景宁| 泸西县| 临沧市| 德阳市| 邹平县| 汤原县| 基隆市| 磐石市| 拉萨市| 台北县| 望都县| 射阳县| 荃湾区| 乐都县| 疏勒县| 库车县| 黄平县| 蒙阴县| 虞城县| 青州市| 海门市| 阿克| 大悟县| 镶黄旗| 都匀市| 河间市| 通江县| 东乡族自治县| 五台县| 新源县| 永丰县| 花垣县| 封开县|