nicklockwood / FXBlurView

[DEPRECATED]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xcode 6.4 build error

poholo opened this issue · comments

[self.layer.presentationLayer ?: self.layer bounds];
line 466-468
return
underlyingLayer && !underlyingLayer.hidden &&
self.blurEnabled && [FXBlurScheduler sharedInstance].blurEnabled &&
!CGRectIsEmpty([self.layer.presentationLayer ?: self.layer bounds]) && !CGRectIsEmpty(underlyingLayer.bounds);