jtrivedi / VariableBlurView

An example of how to create a live, variable blur effect on iOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VariableBlurView

I spent some time reverse engineering iOS's variable blur effect. This sample project demonstrates how to recreate it using the private CoreAnimation/QuartzCore type, CAFilter.

Because CAFilter isn't exposed as API, use this at your own risk.

About

An example of how to create a live, variable blur effect on iOS.

License:MIT License


Languages

Language:Swift 87.1%Language:Objective-C 12.9%