Is there a way to black out a region (defined by a frame) of a UIImageView
without creating an overlaying UIView
instance (with this frame) and blacking that out?
Is there similarly a way to reveal part of a UIImageView
without using UIView instances to black out the rest of the image?