Re: NSArray usage question.
Re: NSArray usage question.
- Subject: Re: NSArray usage question.
- From: Nick Zitzmann <email@hidden>
- Date: Fri, 6 May 2005 14:44:18 -0600
On May 6, 2005, at 1:24 PM, Brian O'Brien wrote:
Is this the correct way to build and use an NSArray?
No; NSArray objects can only hold Objective-C objects. Also, -
appendBezierPathWithPoints: takes a C array, not an NSArray. So you
need to pass in the ptArray, not the NSArray.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
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