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

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -