mlburggr / OverRustleiOS

iOS stream & chat viewer application for overrustle.com
MIT License
0 stars 1 forks source link

strims button takes a while to load due to images #5

Open mlburggr opened 9 years ago

mlburggr commented 9 years ago

find a way to preload images without nuking the whole app

hayksaakian commented 9 years ago

on android I use this library to handle stream thumbnails

http://square.github.io/picasso/

it's nice and async, it caches images, and it doesn't crash the app

is there an equivalent on iOS?