iphone - Should I store it in an array, or what? -
I am creating an application (iPhone app) that takes information (jokes) from the RSS feed, then pops up the table view Now, will I take the RSS and deposit it into an array, table view, or what to do?
And how can I get an information from the RSS feed?
Thank you!
Store examples of NSDictionary in an NSArray. Organize the number of rows of table by returning the NSArray count. Arrange the rows of the table by returning the objectAtIndex of NSArray to the specified row value.
Comments
Post a Comment