How to sort the row contents on table cell by using date

Posted by MS Nathan on Stack Overflow See other posts from Stack Overflow or by MS Nathan
Published on 2010-02-09T09:52:45Z Indexed on 2010/06/10 12:23 UTC
Read the original article Hit count: 201

Filed under:
|
|
|

Hi

i am new to iphone application development.i am developing RSS feed Reader it has number of different RSS feeds. In my application (XML parsing),

  1. i want to display the content of the row on cell for particular date and with their corresponding title, description (in my application, i am using three labels for displaying title, date and description) on table view cell after parsing xml data.

  2. And i want to sort the all kinds of RSS feeds row contents(title, date, description) depends upon the date in single another UIViewController and for each RSS feed has a separate ViewController. thanks in advance.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c