I have installed
self.tableView.estimatedRowHeight = 88.0 self.tableView.rowHeight = UITableViewAutomaticDimension
I also made numOfLines UILabel equal to zero. I did not set a fixed height / width limit in IB. However, my UITableviewCell height does not expand accordingly.
Please suggest me what to do.
user6299410
source share