欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

IOS圖片設(shè)置毛玻璃效果

 更新時(shí)間:2016年03月22日 10:41:44   作者:同同培培  
這篇文章主要介紹了IOS圖片設(shè)置毛玻璃效果的相關(guān)資料,需要的朋友可以參考下

推薦閱讀:ios毛玻璃效果的實(shí)現(xiàn)及圖片模糊效果的三種方法

廢話不多說了,直接給大家貼代碼了,具體代碼如下所示:

// 創(chuàng)建需要的毛玻璃特效類型

UIBlurEffect *blurEffect = [UIBlurEffect effectWithStyle:UIBlurEffectStyleLight];

// 毛玻璃view 視圖

UIVisualEffectView *effectView = [[UIVisualEffectView alloc] initWithEffect:blurEffect];

//添加到要有毛玻璃特效的控件中

effectView.frame = self.SecuritySettingImgV.bounds;
[self.SecuritySettingImgV addSubview:effectView];

//設(shè)置模糊透明度

effectView.alpha = .2f;

關(guān)于ios圖片設(shè)置毛玻璃效果小編就給大家介紹到這里,希望對大家有所幫助!

相關(guān)文章

最新評論