> Is it possible to add multiple images to one UIView.
>
> I am hoping that would help my memory issue.

Checkout NSMatrix.  It's designed to do exactly what you want - provide a 
lightweight way of managing a large number of small objects which need to 
render themselves and respond to input events.

To render an image, subclass NSCell (and do the drawing in your subclass). 

_______________________________________________

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