iphone - Y/N: UitableView Question -


Y / N: Is it possible to set the one cell inside a utivite To keep multiple cells at a dynamic height which varies depending on the value of that text?

"post-text" itemprop = "text">

Yes. You can specify the height of a cell by implementing tableView: heightForRowAtIndexPath: in its UITableViewDelegate . You can get row height using NSString's sizeWithFont: constrainedToSize: lineBreakMode: method.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -