Adding Mutiple Lines to a UITableView

2010-05-19 Thread Nick Rawlins
Hi, Does anyone have any suggestions or examples on adding more than 2 lines to a UITableView row on the iPhone? I am using textLabel and detailTextLabel at present but wish to also add a 3rd and 4th line. Best Regards, Nick ___ Cocoa-dev mailing l

Re: Populating TableView with Web Services in Cocoa

2010-03-15 Thread Nick Rawlins
Thanks Scott, Do you have a link for this example? Thanks Nick Sent from my iPhone On 14 Mar 2010, at 08:19, Scott Anguish wrote: On Mar 13, 2010, at 3:43 AM, Nick Rawlins wrote: Hi, I would like to populate a TableView with data from a web service. I would also like to send requests

Populating TableView with Web Services in Cocoa

2010-03-13 Thread Nick Rawlins
Hi, I would like to populate a TableView with data from a web service. I would also like to send requests back and fourth depening on what the user does on an iPhone. Does anyone have an example or info on a simular application? Best Regards, Nick _