vote up 1 vote down star
1

I have a UIView that will eventually contain about 2 screens worth of information. I want to give the user the ability to scroll down via flicking (just standard flicking like in Safari). How do I do this?

flag

1 Answer

vote up 7 vote down check

Place your UIView inside a UIScrollView. Apple has some good example code for this on their developer pages.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.