It's not clear, to me anyway, if a UIView is automatically released from its superview if you use addSubview to add it to another view?!? I know a view can only have ONE superview but I'm not clear about how, exactly, to go about moving a subview from one superview to another.
retain view, release (from old superview), addSubview to new superview
or
simply addSubview to new superview?