nicklockwood / FXBlurView

[DEPRECATED]
Other
4.94k stars 713 forks source link

Pixelated on non-retina devices #6

Closed albertschulz closed 10 years ago

albertschulz commented 11 years ago

I experienced an issue that when using FXBlurView on non retina devices, the blur is showing big pixels instead of an smooth blur. bildschirmfoto 2013-09-04 um 16 35 09

nicklockwood commented 11 years ago

That should have been fixed in the latest point release. If not, can you tell me what settings you are using?

ivanbruel commented 10 years ago

I'm having the same issue testing this on an iPad Mini with iOS 7.0.3. self.blurView.blurEnabled = YES; self.blurView.dynamic = NO; self.blurView.tintColor = [UIColor colorWithWhite:1 alpha:1]; These are the settings I'm working with.

nicklockwood commented 10 years ago

I think the problem may be iPad-specific. I'll investigate further.

nicklockwood commented 10 years ago

Btw, a tint of [UIColor whiteColor] works just as well ;-)

nicklockwood commented 10 years ago

Fixed in 1.4.4