Optimized Image Loading in a UIScrollView

前端 未结 5 1728
离开以前
离开以前 2020-12-22 18:19

I have a UIScrollView that has a set of images loaded side-by-side inside it. You can see an example of my app here: http://www.42restaurants.com. My problem comes in with m

5条回答
  •  春和景丽
    2020-12-22 19:23

    While researching this problem, I found two more resources that may be of interest:

    Check out the iPhone sample project "PageControl": http://developer.apple.com/iphone/library/samplecode/PageControl/index.html

    It lazy loads view controllers in a UIScrollView.

    • and -

    Check out the cocoa touch lib: http://github.com/facebook/three20 which has a 'TTPhotoViewController' class that lazy loads photos/thumbnails from web/disk.

提交回复
热议问题