Re: Adding Mutiple Lines to a UITableView
Re: Adding Mutiple Lines to a UITableView
- Subject: Re: Adding Mutiple Lines to a UITableView
- From: WT <email@hidden>
- Date: Thu, 20 May 2010 04:16:47 +0200
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@hidden)
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:
This email sent to email@hidden