ChrisXu / CXAlertView

Custom alert-view which allow you to add view as main content.
MIT License
323 stars 81 forks source link

CGContext 0x0 issue #2

Closed sinss closed 11 years ago

sinss commented 11 years ago

hi ~

I found there has some warning when running on iOS6 and iOS7 ,

I think the problem is in the

LFGlassView.m Line No. 197

[self.blurSuperView.layer renderInContext:effectInContext];

I think it should be check it before use it.

thanks

ChrisXu commented 11 years ago

@https://github.com/radi/LiveFrost/pull/7

I will merge it when the pull-request is finished.

Thx.