Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

nazgul42

macrumors newbie
Original poster
Aug 1, 2008
7
0
OK, I am new here, and I don't exactly know if this is the right place to post this, but here goes:
I have a UIView in my iphone app that is larger than the bounds of the screen.
How do I use a UIScrollView to get that UIView to scroll?
 
OK, I am new here, and I don't exactly know if this is the right place to post this, but here goes:
I have a UIView in my iphone app that is larger than the bounds of the screen.
How do I use a UIScrollView to get that UIView to scroll?

Add support for UIScrollViewDelegate in the header for your view controller and read up on how to work with delegate methods.

Or you could just pop your stuff onto table, which automatically support UIScrollView
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.