0

I have found a couple of RealTime Blur Libraries.

But all of them use the "toolbar workaround" to do the blur on iOS7.

Since Apple started to reject apps using this workaround I was wondering which library I could use to do a realtime blur on a UIView?

fabian
  • 5,433
  • 10
  • 61
  • 92
  • Have you tried using the `CoreImage` [`CIGaussianBlur`](https://developer.apple.com/library/ios/documentation/GraphicsImaging/Reference/CoreImageFilterReference/Reference/reference.html#//apple_ref/doc/filter/ci/CIGaussianBlur) filter? – user1118321 Feb 08 '14 at 17:51
  • 1
    I need all the "blur all UI elements in the background" magic. – fabian Feb 08 '14 at 17:56
  • 1
    check this link http://stackoverflow.com/questions/17036655/ios-7-style-blur-view – Pawan Rai Feb 08 '14 at 19:29

0 Answers0