Any idea on how to reset a UITableView?
UITableView
I want to display a new set of data at the press of a button and also remove all the subviews from the cell\'s
cell.contentView.subviews.forEach({ $0.removeFromSuperview() })