CGRectGetMinY(_:)
Returns the smallest value for the y-coordinate of the rectangle.
Declaration
func CGRectGetMinY(_ rect: CGRect) -> CGFloatParameters
- rect:
The rectangle to examine.
Return Value
The smallest value for the y-coordinate of the rectangle.