From the Apple Documentation, the maxY of a view is
The largest value for the y-coordinate of the rectangle.
The maxX of a view is
The largest value of the x-coordinate for the rectangle.
Also from the Apple Documentation, the width of a view is
The width of the specified rectangle.
The height of a view is
The height of the specified rectangle.
If the view being specified took up the whole screen, then what would be the difference between these properties, and when should I use each?