I'm new to iOS development and have been having trouble figuring out how to use UIPageControl
. I want to have one part of the screen be a menu with different options that the user can select. I want to do this using UIPageControl
. From what I understand I have to use a UIScrollView
with pagination turned to YES
. All the information I have found online is either not that good or very out of date.
I want to know how to get the scroll view working with the page controller.
If you know of any good tutorials on this or don't mind explaining it I really appreciate it. Thanks.