What is the difference between storyboard and pageControl as page controller also presenting sequence of view controller?
What is the difference between storyboard and pageControl as page controller also presenting sequence
Share
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.
Page control adds multiple views inside a scroll view, with paging enabled, the user can scroll from one page to anther, you can add as many pages as you want in the page control,
What really happens is that you will create a very wide scroll view that will contains all your views.
“Storyboards allow you to map out, visually, all of the views in your applications and how they interrelate. If you are just starting out with storyboards, there’s an introduction to storyboards in the WWDC 2011 videos https://developer.apple.com/videos/wwdc/2011/“
Quoted from What is the difference between a .xib file and a .storyboard?
So story board and UIPageControl are not similar at all.