Quote:
Originally Posted by wickersty
looks like attaching didnt work - so here's the screenie, embedded. Thanks!

|
So you want the last cell to be tall enough to display multiple lines of the label?
what you need to do is determine the height you need and return that value in heightForRowAtIndexPath in your table view delegate, and add a label of appropriate size and configuration to that cell's contentView