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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to