Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 228 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 228 Bytes

QBlureView

毛玻璃模糊效果。

使用方法:

QBlurView *blurView = [[QBlurView alloc] initWithFrame:CGRectMake(60, 120, 200, 200)];
[view addSubview:blurView];

DEMO:

image