I have Tableview for showing food orders placed by clients. which contains Horizontal UIStackview. In UIStackView
UIStackview
UIStackView
In UIStackview
Try adding this to the tblOrders :
func tableView(_ tableView: UITableView, willDisplay cell: UITableViewCell, forRowAt indexPath: IndexPath) { cell.contentView.setNeedsLayout() cell.contentView.layoutIfNeeded() }