Slide through view controllers but not with the UISwipeGestureRecognizer

Posted by JoeyT on Stack Overflow See other posts from Stack Overflow or by JoeyT
Published on 2012-03-29T12:27:39Z Indexed on 2012/03/29 17:30 UTC
Read the original article Hit count: 193

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. enter image description here **

© Stack Overflow or respective owner

Related posts about ios

Related posts about xcode