Quote:
Originally Posted by Vortec4800
This is what I ended up doing, and it worked perfectly. I messed around with sizeToFit and it just wasn't working right no matter what I did, so I ended up measuring the size manually and setting it using that value. Worked like a champ.
|
I am having some trouble following what your saying here....
so I set up the cell.. and do [cell setText:someText]; then how do I measure the cells height and what do I do once I have that height? I assume that I am not using heightForRowAtIndexPath. Can anyone provide a quick snip of code for me to look at?
What is layoutSubviews and how to I use it? I tried looking for it in the doc.