This has been a problem with understanding how these things fit together. Can someone explain once and for all what is the difference and how they are used together?
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.
A scroll view manages a content view, which is usually larger than the scroll view itself. The scroll view is like a window that shows just a piece of the larger content view. As you scroll, the content view moves so that different parts of it appear in the window.
Every view as
frameandboundsproperties. Theframeof a view is the rectangle that encloses the view in the coordinate system of its superview. Theboundsis the same rectangle, but expressed in the view’s own coordinate system.