I have a specific application that, due to the navigation structure, leaves me unable to use regular UINavigationBars with transparency, so I decided to try using iOS8 UIVisualEffectView with Blur.
This solution basically works, but there is a very noticeable flickering effect that occurs when a UITableView is viewed under this blur. Since the edges of the image or color rectangle pass under the guise of blur, a significant amount of flicker occurs.
Has anyone experienced this? Does anyone know how to solve this problem?
My implementation is simple, I dragged the UIVisualEffectView onto my view controller and limited it to the top, left and right borders of the screen and added a height limit of 64. Below is just a UITableView with some images and text.
ios uivisualeffectview
Adama
source share