Optimized Image Loading in a UIScrollView

前端 未结 5 1743
离开以前
离开以前 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:19

    Set shouldRasterize = YES for the sub content view adde to the scrollview. It is seen to remove the jerky behavior of custom created scroll view like a charm. :)

    Also do some profiling using the instruments in the Xcode. Go through the tutorials created for profiling by Ray Wenderlich it helped me a lot.

提交回复
热议问题