aipinn

Results 2 comments of aipinn

Boys, I resolved it. I used vc addsubview tableView. First, you must set vc `self.view.isSkeletonable = true` Second, for tableView must use estimatedRowHeight. ``` tableView.estimatedRowHeight = 130 tableView.rowHeight = UITableView.automaticDimension...