Re: feed an NSCharacterSet to numberOfRowsInSection delegate method?
Re: feed an NSCharacterSet to numberOfRowsInSection delegate method?
- Subject: Re: feed an NSCharacterSet to numberOfRowsInSection delegate method?
- From: Graham Cox <email@hidden>
- Date: Thu, 8 Jan 2009 01:19:12 +1100
On 8 Jan 2009, at 12:26 am, Martijn van Exel wrote:
But [NSCharacterSet uppercaseLetterCharacterSet] returns a
NSCharacterSet
and not an NSArray, is there a way (without doing an iteration) to
turn a
NSCharacterSet into an NSArray of charachters?
There's no way even with doing an iteration. NSCharacterSet cannot be
enumerated and doesn't return a count.
If you know you just want A-Z why not just create a simple array with
those letters in it?
--Graham
_______________________________________________
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