I have a UIScrollView that can be scrolled horizontally. The scrollable content is displayed in columns.
Is there a way to make the scrolling only move in stepped increments instead of pixels (i.e. move a column at a time).
Diagram:

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.
Yup there is:
Check the UIScrollView for more information.
I suggest you may need to change your view structure to something like this:
Center the
UIScrollViewhorizontally and make sure that theUIViewthat contains theUIScrollViewhas a width that is a multiple of the width of theUIScrollView