Re: List of NSPoints/NSRect etc...
Re: List of NSPoints/NSRect etc...
- Subject: Re: List of NSPoints/NSRect etc...
- From: Prachi Gauriar <email@hidden>
- Date: Mon, 17 Jan 2005 01:52:08 -0500
On Jan 17, 2005, at 1:08 AM, Simon alias Trax wrote:
I need to define a list of NSPoints and a list of NSRects.
But since they are not objects, they can't be added to a NSArray.
The number of items in the list is variable.
What can I do about that ?
Wrap them using NSValues (+valueWithPoint:, +valueWithRect:) and store
them in an NSArray.
-Prachi
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden