contentView
The main view that you add your cell’s custom content to.
Declaration
var contentView: UIView { get }Discussion
When configuring a cell, you add any custom views representing your cell’s content to this view. The cell object places the content in this view in front of any background views.