Quote:
Originally Posted by PhoneyDeveloper
Obviously there's no sense in trying to calculate the size of a label if it doesn't yet have the text that it's going to display. Set the text and then call layoutSubviews.
|
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.