Re: Multiple Images into one UIView
Re: Multiple Images into one UIView
- Subject: Re: Multiple Images into one UIView
- From: "Paul Sanders" <email@hidden>
- Date: Thu, 12 Mar 2009 22:08:08 -0000
> 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 (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