I am doing a tableview like this: a twitter and comments on it; enter image description here
I have tried several architecture.I do not find enough question and discussi
For this you have to give all constrains left right top bottom to all elements. Also 1-in viewDidLoad set following
self.yourtableView.estimatedRowHeight= your estimated_height_for_Cell
yourtableView.rowHeight = UITableViewAutomaticDimension
2-set number of rows to zero For Labels in attribute inspector.