Re: UIScrollView - photo viewer like usage

2009-02-11 Thread David Duncan
On Feb 10, 2009, at 9:09 PM, Daryl Thachuk wrote: Yes it is possible to do this with UIScrollView but only for a small amount of images. You eventually run out of memory on the device. The best way accomplish this task would be to use CALayers which will allow you to unload images when

UIScrollView - photo viewer like usage

2009-02-10 Thread Ruotger Skupin
Hi, this is going to sound like an angry rant but actually it isn't. I'm simply a bit frustrated... I have been trying to use UIScrollView to build an Photo app-like image viewer. The view is supposed to show photos with swiping between them, zooming and rotating with interface rotation.

Re: UIScrollView - photo viewer like usage

2009-02-10 Thread Daryl Thachuk
So my questions: Has anyone done this successfully (with UIScrollView)? Is it better to re-implement all this with layers to have more control over everything? Yes it is possible to do this with UIScrollView but only for a small amount of images. You eventually run out of memory on the