Uiscrollview lazy loading

前端 未结 4 1405
别跟我提以往
别跟我提以往 2021-01-06 20:59

I have got all images of iphone using AssetsLibrary.I am passing UIImage object in imageview and display images in scrollview. There are more than 200 images in iphone and i

4条回答
  •  抹茶落季
    2021-01-06 21:34

    There are many tutorial available for this.

    Let me point some of them:

    How To Use UIScrollView to Scroll and Zoom Content

    Scroll Lazy Image Load for iOS

    If you dont have problem in using someone's code
    DMLazyScrollView : Lazy Loading UIScrollView (with infinite page scrolling)

提交回复
热议问题