iPhone: UITableView with cells of varying heights
iPhone: UITableView with cells of varying heights
- Subject: iPhone: UITableView with cells of varying heights
- From: "Eric E. Dolecki" <email@hidden>
- Date: Thu, 14 Jan 2010 09:46:06 -0500
I am pulling in an RSS feed, and each item has it's own summary of a varying
amount of text. I am using a table and presently setting the height of each
row the same to allow for the most text. This looks awful as some items have
a lot of empty space for it's row.
Is it possible to have a UILabel where I set numberOfLines = 0, set the
width, and have the height of the label expand vertically to contain all of
the text, and then use it's height to help determine the height the cell
itself needs to be? The result would be a UITableView with rows of varying
heights, perfectly framing each row's content.
I was using a UIWebView to display the summary since it came with tons of
html tags in it, but I've since just stripped all of the tags out of each
item's summary.
Thanks,
Eric
_______________________________________________
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