lkuraer

Results 2 comments of lkuraer

Very needed feature

just do this in viewcontroller to fix this jumping: 1) var cellHeights = NSMutableDictionary() 2) func tableView(_ tableView: UITableView, estimatedHeightForRowAt indexPath: IndexPath) -> CGFloat { if let height = cellHeights.object(forKey:...