I’m working on an RSS Feed and I’m looking at resizing the TableViewCell to suit the Title/Description information that comes in, I’d like the Cell to show all the text rather than cut it off… Does anybody know a good way of doing this or know of a good tutorial?

Thanks.
You need to calculate the height for the cell holding your feed item data and return it when the table asks for it in tableView:heightForRowAtIndexPath:.
Furthermore you need to say the
UILabelnot to truncate your text. For this, check out the methods under Sizing the Label’s Text