Top "Uitableviewautomaticdimension" questions

UITableViewAutomaticDimension is a constant value that can be assigned to UITableView's rowHeight property to enable mechanism of automatic cell's height calculation.

Minimum cell height with UITableViewAutomaticDimension

Is it possible to set minimal height for cell? I use dynamic: tableView.estimatedRowHeight = 83.0 tableView.rowHeight = UITableViewAutomaticDimension But I need …

swift uitableview uitableviewautomaticdimension
UITableViewAutomaticDimension not working on iOS 8

I was following this tutorial to make self sizing cells. I registered custom cell into table view and in the …

swift ios8 ios9 uicollectionviewcell uitableviewautomaticdimension
iOS: Dynamic Height For UITableViewCell

I'm using iOS9 XCode7 I need to change the height of cell Dynamically according to labelText Height I have used: …

objective-c uitableview ios9 uitableviewautomaticdimension
UITableView Section Header Automatic Height Not Updated Properly

I am running into an issue with automatic/dynamic UITableView section header views that contain a UILabel that wraps (numberOfLines = 0). …

ios uitableview uitableviewsectionheader uitableviewautomaticdimension
UITableViewAutomaticDimension Not Working for Resizing Cell Height

My cell displays fine as long as I don't try to enable the automatic resizing. When I add the two …

swift uitableview tableviewcell uitableviewautomaticdimension
Expand UILabel inside UITableView with "more" button like Instagram

I've got a project (that has been written by other people) where there's a feed with content and text displayed …

ios objective-c uitableview uitableviewautomaticdimension