contentSize
The size of the content view.
Declaration
var contentSize: CGSize { get set }Discussion
Use this property to explicitly set the size of the content view. If frame is explicitly set, it takes precedence over contentSize.
The size of the content view.
var contentSize: CGSize { get set }Use this property to explicitly set the size of the content view. If frame is explicitly set, it takes precedence over contentSize.