Post

Replies

Boosts

Views

Activity

Reply to UITableViewCell layout not updating until cell is reused
Try to scroll tableview to top in ViewController after reloadData of tableView tableView.scrollToRow(at: IndexPath(row: 0, section: 0), at: .top, animated: false)
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to UITableViewCell SHADOW disappear while updating by insertRow, then appear back
I had the same problem. Try to replace "layer.masksToBounds = false" to layoutSubviews() cell's method. It solved my problem.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jul ’21