Post

Replies

Boosts

Views

Activity

Reply to UITableViewCell layout not updating until cell is reused
Try this. it worked for me. override func viewWillAppear(_ animated: Bool) { super.viewWillAppear(animated) DispatchQueue.main.async { self.tableView.reloadData() } }
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jan ’23
Reply to UITableViewCell layout not updating until cell is reused
Try this. it worked for me. override func viewWillAppear(_ animated: Bool) { super.viewWillAppear(animated) DispatchQueue.main.async { self.tableView.reloadData() } }
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jan ’23