Quote:
Originally Posted by blamethatkid
Hi All,
I'm trying to get UIScrollView to scroll through a series of hi-res images.
I want it to work exactly like the photos app where you can touch an image and a modal view appears. Using this view you can still swipe through to see other pictures. From a memory management perspective, how do you implement UIScrollView so that it can properly load hi-res images and allow you through skim through them.
I currently have an array of image names and I all I want to do is set the modal view up so it initiates with the selected image in the UIScrollView. From here a user can swipe through the images. Exactly like the photos.app
Any ideas?
|
I'm looking for this same thing. The closest thing that I've found is a project on GitHub called
KTPhotoBrowser. It works well for the most part but has some bugs when using iPhone 4.0beta and lasts the Pinch to zoom functionality. If you end up finding a better solution please let me know as Im also interested.