ios - UITableViewCell size -
i have table view cells in ios app. thing when cell loads need layout stuff on relative size of other elements. problem can't size because there no viewwillappear or viewdidload methods, have actual bounds(with autolayout , constraints applied). best way work cell's geometry , sizes in ios, can tell me ?
auto layout , self-sizing cells (in ios 8).
the layout system determine size of "stuff" in cells, , proper constraints determine cell's height.
Comments
Post a Comment