Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 567 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 567 Bytes

DynamicTableSizeLayout

In this demo we are going to see how the tableView Height changes according to the contents used. ContentSizedTableView Class defines us the dynamic height of TableView usually we used to assign x,y leading, trailing constriants. using this class your table view size gets dynamic height based on the content. Kindly assign the Class of tableView to ContentSizedTableView. Kindly check the constraints of the bottom view <= 0 for bottom layOut. Kindly go to sizeInspector and from there change Intrinsic Size to from default to Placeholder.