In my app i have to use two pages using UIPage Control.
Now my question Is there any need to use UIScrollView to use page controll?
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 scrollview and the page control are two separate components. When you scroll the scrollview, you need to change the status of the page control. The page control is just the series of dots.
If you want an easy way to integrate multiple view with page control in a scroll view, you can use GCPagedScrollView that will ease this process and make a lot of things automatically.