Thanks, @Claude31
I have not noted the constraint at bottom of Tableview. I update the bottom constraint to the safe area and it works well.
But I found another way to fix I we don't change constraint bottom of Tableview that is clear the background color of the cell
cell.contentView.superview?.backgroundColor = UIColor.clear
Thank you.
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: