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