objective c - iOS : Swipe Gesture Push in one ViewController? -


I want to add two swipe gestures. When I touch the screen, I look at the code, and it's running, my text changes to the view controller.

But, when the user wants to add "effect" to the next (or later) I want to add last, because at present, I am just changing the text.

I tried to add action to the storyboard, to add a push to the swipe with the scene

It is running, but there are two problems:

  • Push is a problem because, when I want to slide to the previous news, the push effect is left to the right (and not left - right)
  • I touch the navigation bar Can not change the content without it? (Because when I slide, the navigation bar loses its title, etc.)

    < P> If you understand correctly I would like to use UIScrollView. This will give you a good animation, you need UIScrollView and add two ViewControllers as SubViews.

    Here are links to some Schwal-V tutorials:

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -