height
The proposed vertical size measured in points.
Declaration
var height: CGFloat?Discussion
A value of nil represents an unspecified height proposal, which a view interprets to mean that it should use its ideal height.
The proposed vertical size measured in points.
var height: CGFloat?A value of nil represents an unspecified height proposal, which a view interprets to mean that it should use its ideal height.