Is it possible to tile images in a UIScrollView without having to manually create all the tiles?

前端 未结 5 1583
清歌不尽
清歌不尽 2020-12-23 18:20

In the iPhone sample code \"PhotoScroller\" from WWDC 2010, they show how to do a pretty good mimmic of the Photos app with scrolling, zooming, and paging of images. They al

5条回答
  •  粉色の甜心
    2020-12-23 18:27

    I've found this which may be of help: http://www.mikelin.ca/blog/2010/06/iphone-splitting-image-into-tiles-for-faster-loading-with-imagemagick/

    You just run it in the Terminal as a shell script on your Mac.

提交回复
热议问题