nicklockwood / FXBlurView

[DEPRECATED]
Other
4.94k stars 713 forks source link

xcode 6.4 build error #107

Open poholo opened 9 years ago

poholo commented 9 years ago

[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);