NSArray from NSSet - Do I have to sort it myself?
Posted
by Jeff
on Stack Overflow
See other posts from Stack Overflow
or by Jeff
Published on 2010-04-20T04:47:33Z
Indexed on
2010/04/20
4:53 UTC
Read the original article
Hit count: 367
I've got data in an NSSet, and I need to get it into an NSArray.
Do I need to sort it myself (again, this came from Core Data) or can I get it out in a sorted order?
© Stack Overflow or respective owner