The documentation says that the clipsToBounds property of UIView will clip the drawing to the bounds, or more precisely that the subView c
clipsToBounds
UIView
subView
I think it's the opposite: turning on clipping hurts performance because it has to set up a clipping mask. I vaguely remember reading this somewhere, but I can't find it now.