nicklockwood / FXBlurView

[DEPRECATED]
Other
4.94k stars 713 forks source link

BlurView as parent to UITableView - Not Working #104

Open nlabhart opened 9 years ago

nlabhart commented 9 years ago

I have a blur view with a child TableView. What I want to happen is the blur view to show up over the top of the table view when the app is processing. However, when I change the blurradius and animate that change, nothing happens. I've made sure the view is not hidden. Help?

screen shot 2015-03-16 at 4 44 03 pm

nicklockwood commented 9 years ago

FXBlurView blurs its parent and siblings, not its child views.

nlabhart commented 9 years ago

Ah! That makes sense.

How should I situate it to put a blurred overlay over a tableview?

Sincerely,

Noah Labhart Partner, Director - GLab, LLC noah.labhart@glab.mobi Cell: 817-988-5253

http://glab.mobi

On Mon, Mar 16, 2015 at 4:59 PM, Nick Lockwood notifications@github.com wrote:

FXBlurView blurs its parent and siblings, not its child views.

— Reply to this email directly or view it on GitHub https://github.com/nicklockwood/FXBlurView/issues/104#issuecomment-81960104 .