0

enter image description here

I need to apply the blur effect to my UIViewController as shown in above image, i tried using UIVisualEffectView but the Apple Default BlurEffectStyles doesn't match my current requirement, why because i need to adjust the Blur level to reach my requirement.Above Image is an example to satisfy my requirement.

NOTE: Is Apple also apply the UIVisualEffectView for its HomeScreen Blur effect(above Image)?

Krishna1251
  • 177
  • 1
  • 10

3 Answers3

0

Check this control. I think may help you

Good luck

Mustafa Ibrahim
  • 1,110
  • 1
  • 9
  • 17
0

From iOS8, the method you are looking for is applyLightEffect which you apply to an image you want to blur.

For more informations, please check out this post from Jeremy Fox: https://stackoverflow.com/a/17138341/1938719

Community
  • 1
  • 1
Fengson
  • 4,751
  • 8
  • 37
  • 62
  • Actually i want to apply the Blur Effect to my UIVIewController, UIVisualEffectView actually doing this thing right now, but i need to decrease the blur effect(which means i want to see the background Image some more clearly) – Krishna1251 Apr 22 '15 at 11:30
-1

You must implement by yourself, and it has spend lot's of time on it.

https://github.com/aaronn/ANBlurredImageView

This item may be help you.

KevinLee
  • 45
  • 1
  • 5