博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
iOS 视图的模糊效果
阅读量:6572 次
发布时间:2019-06-24

本文共 265 字,大约阅读时间需要 1 分钟。

hot3.png

FXBlurView  *blurView = [[FXBlurView alloc]initWithFrame:CGRectMake(0, 0, screenWidth, 100)];    blurView.blurRadius = 5;//模糊    blurView.tintColor = [UIColor clearColor];    [_mainTableView addSubview:blurView];

转载于:https://my.oschina.net/wenchengxu123/blog/734576

你可能感兴趣的文章
几行c#代码,轻松搞定一个女大学生
查看>>
UVA 11992 Fast Matrix Operations (降维)
查看>>
Asp.net core Identity + identity server + angular 学习笔记 (第一篇)
查看>>
暂时不想读研的几点理由
查看>>
增加临时表空间组Oracle11g单实例
查看>>
Diff Two Arrays
查看>>
浅谈java垃圾回收机制
查看>>
shell脚本学习之for循环
查看>>
stark组件(1):动态生成URL
查看>>
169. Majority Element
查看>>
大整数加法
查看>>
下拉菜单
查看>>
C/C++中extern关键字详解
查看>>
[清华集训2014]玛里苟斯
查看>>
Doctype作用?严格模式与混杂模式如何区分?它们有何意义
查看>>
jquery选择器(可见对象,不可见对象) +判断,对象(逆序)
查看>>
0029-求最小的数
查看>>
【MVC+EasyUI实例】对数据网格的增删改查(上)
查看>>
第三章:如何建模服务
查看>>
EF CodeFirst下数据库更新
查看>>