Olexiy Burov
Olexiy Burov

Reputation: 1017

How to controll blurness of UIBlurEffect

Is there a way to set how blurry/sharp the view is going to be ? I spent a lot of time trying to find, with no success. Adjusting alpha is not flexible enough. Any suggestions?

Upvotes: 0

Views: 87

Answers (2)

Olexiy Burov
Olexiy Burov

Reputation: 1017

So, I solved the problem by using this small but pretty good library. One can customize blur radius as much as one wishes. https://github.com/tomsoft1/StackBluriOS

Upvotes: 0

Schemetrical
Schemetrical

Reputation: 5536

Unfortunately, you can't. Use another library for blurring that allows you to control the level of blur such as iOS-blur or FXBlurView.

Upvotes: 1

Related Questions