IPHONE: For UITableViewCell - how do I break lines for the NSString to make it fit?

Posted by westla7 on Stack Overflow See other posts from Stack Overflow or by westla7
Published on 2010-03-14T05:26:34Z Indexed on 2010/03/14 5:35 UTC
Read the original article Hit count: 173

I have the next problem. In one of the cells (UITableViewCell) I need to show quite a long string. I am trying to break it in lines (adding \n) between words, but it does not seem to help (to be precise -- the string has \n, but it still shows like "My long string very..." in the cell) How do I do this properly?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c