RCBlurredImageView:模仿 Yahoo Weather 应用程序模糊效果的 iOS 组件

时间:2024-07-13 16:08:01
【文件属性】:

文件名称:RCBlurredImageView:模仿 Yahoo Weather 应用程序模糊效果的 iOS 组件

文件大小:997KB

文件格式:ZIP

更新时间:2024-07-13 16:08:01

Objective-C

RCB模糊图像视图 模仿 Yahoo Weather 应用程序模糊效果的 iOS 组件 安装 将RCBlurredImageView/RCBlurredImageView文件夹拖到你的项目中 将CoreImage框架添加到您的项目中 用法 像 UIImageView 一样使用: UIImage *image = [UIImage imageNamed: @" test.jpg " ]; RCBlurredImageView *blurredImageView = [[RCBlurredImageView alloc ] initWithImage: image]; [ self .view addSubview: blurredImageView]; 要更改模糊强度: [blurredImageView setBlurIntensity: 0 . 5f ];


网友评论