nicklockwood / FXBlurView

[DEPRECATED]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crash with underlying views that use AutoLayout

code4sth opened this issue · comments

When I use AutoLayout to create the subviews and the view's(e.g. UILabel) content has been set before add the blur view above them(triggered by a button), it crash in [underlyingLayer renderInContext:context]. but it won't crash when I try to use setFrame to create the subviews.