图像模糊前的轻微延迟

Slight delay before image blurred

我正在使用 LBBlurredImage https://github.com/lukabernardi/LBBlurredImage 使用本教程 http://www.raywenderlich.com/55384/ios-7-best-practices-part-1,并且想知道为什么在 UITableViewCell 应该模糊时需要一秒钟(当应用程序打开时立即向上滑动以查看下一个 table 视图单元格)?

当我向上滑动转到下一个 table 视图单元格时,背景图像需要一秒钟才能真正模糊。

刷...还没模糊:

...然后一秒后终于模糊了:

was wondering why it takes a second when a UITableViewCell is supposed to blur

因为您使用的模糊涉及需要一些时间才能执行的计算。