Posts

Post not yet marked as solved
10 Replies
Try to scroll tableview to top in ViewController after reloadData of tableView tableView.scrollToRow(at: IndexPath(row: 0, section: 0), at: .top, animated: false)
Post not yet marked as solved
2 Replies
I had the same problem. Try to replace "layer.masksToBounds = false" to layoutSubviews() cell's method. It solved my problem.
Post not yet marked as solved
31 Replies
The problem has been resolved! Probably, Apple has fixed that!
Post not yet marked as solved
31 Replies
The same problem!