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 !
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.