Re: UIScrollView - photo viewer like usage
Re: UIScrollView - photo viewer like usage
- Subject: Re: UIScrollView - photo viewer like usage
- From: Daryl Thachuk <email@hidden>
- Date: Tue, 10 Feb 2009 22:09:01 -0700
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 device.
The best way accomplish this task would be to use CALayers which will
allow you to unload images when memory gets tight.
Regards
Daryl
------
Daryl Thachuk
Montage Technologies Inc.
http://www.montagetech.com
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden