Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

i haven't found a solution for this answer Trouble with putting label in UITableView so i will put a string in my cell . But the string is too larg , how can modifie the size of the string in the cell ? thank you very much

share|improve this question

1 Answer

up vote 0 down vote accepted

You can do the following:

cell.textLabel.font = [UIFont fontWithName:@"helvetica" size:10.0];

You can tweak the size: to achieve the right size.

share|improve this answer
Thank you very much it work fine – user794317 Jun 12 '11 at 21:21

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.