The main view to which you add your cell’s custom content.
SDKs
- iOS 6.0+
- Mac Catalyst 13.0+
- tvOS 9.0+
Framework
- UIKit
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.