I am trying to get a list of comments from database. The comments might be even up to 100lines. The problem is that i can't get it to break line. I've used
comment.adjustFontSizeToFitWidth = NO;
comment.numberOfLines = 0;
comment.lineBreakMode = UILineBreakModeCharacterWrap
Curently the test comment is:
looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong
but it ends at middle, no "..." and no text wrap. How to fix this?
Btw. there are lots of cells like this.