Hi Nick, you can add more content (labels or any other views) to the contentView of the cell (in the -tableView:cellForRowAtIndexPath: method of the table view data source) or you can create a custom cell. Read the documentation of UITableViewCell and the Table View Programming Guide for details.
WT On May 20, 2010, at 1:42 AM, Nick Rawlins wrote: > 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 list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
