Im relatively new to iOs and working in UIViews frame and bounds...
When I worked on UIScrollview and trying to get a handle on ZoomToRect, minimumZoomScale and ZoomScale etc... I was logging the bounds and frame after zooming and the Frame was smaller than the bounds of the UIImageView? I thought that the frame and the bounds are supposed to be relative?
How can the frame be smaller?
I can figure that the bounds is the viewing window but maybe I do not fully understand the relationship between those two properties...