I've not used the UIPageControl before and I'm wanting to create a very simple control that displays an image from an array, the image is swiped, a new image appears, and the UIPageControl updates to show the new index.
What's the simplest way to go about building this? Thanks!
0 ·
Replies
As far as showing the images, you have several options to choose from. You might consider a collection view or a UIPageViewController. Each has a different way of letting you know when the user dragged around, so you can update the UIPageControl index. And each has a different way for you to manually switch to a new page when the user taps on a UIPageControl. And you always have the option of manually sliding views around, employing gesture recognizers, etc. Google should turn up numerous options, as this scenario has been asked about for many years.
BriTer Ideas LLC - WWW | Facebook | Twitter | LinkedIn
BTIKit | SlickShopper 2 | Leave a PayPal donation