reddit-archive/iReddit

Synchronous image loading

rmccue opened this issue · 1 comments

It appears as though iReddit uses synchronous image loading, as the app will occasionally freeze when loading thumbnail images.

I believe three20 has support for asynchronous image loading, so that should be used.

If it is already being used, then something else is responsible for the freezing. Not sure what that would be.

This looks like it was a three20 bug, and has been fixed by rbruels' code.