Using NSPredicate to segment table by dates in iPhone

Posted by pabloruiz55 on Stack Overflow See other posts from Stack Overflow or by pabloruiz55
Published on 2010-06-08T00:34:48Z Indexed on 2010/06/08 0:42 UTC
Read the original article Hit count: 274

Filed under:

I have an array of dictionaries with several jobs. I want to have a table display these jobs sorted by month - year.

How could i divide that array so i end up having for example:

section: july 2009 and the amount of rows for each job in that date. section: august 2009 and the amount of rows for each job in that date. and so on.

Thanks

© Stack Overflow or respective owner

Related posts about iphone