Blurable icon indicating copy to clipboard operation
Blurable copied to clipboard

Apply a Gaussian Blur to any UIView with Swift Protocol Extensions

Results 6 Blurable issues
Sort by recently updated
recently updated
newest added

Here is Swift 5 version: https://gist.github.com/lanserxt/b7eb586178c12aad0e36e3255acd2a56

Hi! This library is awesome, it will be great if it could be ported to Swift 4

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

Whenever I try to unblur a view by using `view.unblur()` or `view.blur(blurRadius: 0)` app crashes by throwing exception: fatal error: unexpectedly found nil while unwrapping an Optional value. Here's the...

I'd be cool to also add Cocoapods support. I done this implementation myself last month for my library. Just follow [this post](https://guides.cocoapods.org/making/making-a-cocoapod.html) and [this checklist](https://github.com/thellimist/EZPods).