Hello
I would like to know if a removeFromSuperview does remove also subviews from the subview (in case if i have more image-views in a scrollView as Subview....).
Thanks !
Hello
I would like to know if a removeFromSuperview does remove also subviews from the subview (in case if i have more image-views in a scrollView as Subview....).
Thanks !
Each view has at most one superview. The view you call that method on will break exactly this one link. If that view has subviews they will disappear but keep connected to that very view.