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 (Cocoa-dev@lists.apple.com) 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 arch...@mail-archive.com