Does UIScrollView have a special content view for making the scrolling possible?

Posted by mystify on Stack Overflow See other posts from Stack Overflow or by mystify
Published on 2010-04-20T10:18:36Z Indexed on 2010/04/20 10:23 UTC
Read the original article Hit count: 214

Filed under:
|

I wonder if UIScrollView has got an "hidden" subview acting as an container for the content. If I scroll a scroll view, is that content view moved up/down in the scroll view? Or is the scrolling offset applied to the bounds of that UIScrollView instance?

Or: Does UIScrollView use an additional view as container, or is all content added directly to the view? The documentation doesn't tell much about wether it has a content container or not.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uiscrollview