Table View with Images, slow load and scroll

前端 未结 4 979
死守一世寂寞
死守一世寂寞 2020-12-12 06:55

I tried impletmenting about 30 tutorials today and just cant get anything to work.

My problem is that i load my information via a JSON file, add the data to a NSMuta

4条回答
  •  春和景丽
    2020-12-12 07:33

    Take a look at Apple's LazyTableImages example. Basically it comes down to

    a) reusing your table cells

    b) only loading images that are currently visible

提交回复
热议问题