I have a view hierarchy as a subview of a UIScrollView instance. The view hierarchy uses a simple container view as a wrapper around a horizontal row of subview tiles each of which is a UIView subclass that overrides drawRect. Nothing fancy.
As a sanity check I echo the bounds, frame, and transform of each subview tile. To my astonishment each of these remains unchanged during zooming! This is a BIG problem because I intend to redraw each tile after a zoom sequence is completed. Without correct dimensions this is impossible.
How on earth are we supposed to do custom drawing using Quartz in these tiles if they have completely incorrect dimentsions.
Could someone please enlighten me. Thanks.
Cheers,
Doug