I want to add two swipe gesture. I did the code, and it's running, my text in the viewcontroller change when i touch the screen.
BUT, i want to add a "effect" when the user wants to slide at the next (or the previous) news, because currently, i'm just changing the text.
i tried to add action in the storyboard, to add push on the swipe with the view.
It's running, but there are two problems :
- The push, seems to have a problem, because, when i want to slide on the previous news, the push effect comes right to left. (and not left - right)
- I can't only change the contents without touch the navigation bar ? (because when i slide, the navigation bar loose him title, etc..)