Slide through view controllers but not with the UISwipeGestureRecognizer
- by JoeyT
Here is my issue, i got 5 view controllers and i can switch between them trough swipe with the UISwipeGestureRecognizer class and xcode's storyboard.
So this works, but, i dont like the slide effect. I like to make it in a way so you can exactly slide the view to another by dragging it. For example, like this slider in JS: http://dimsemenov.com/plugins/royal-slider/
Can anyone send me in the right direction? I searched on the internet but i cant find any functions or tutorial on how to do this.
Thanks in advance!
Edit:
Im not looking the scroll view. Because this will result in some white spaces when i have 3 slides vertical for slide 1 and 5 slides vertical for slide 2.
Hope u guys can follow me!
Edit:
This is what i try to accomplish.
**