How can I switch views vertically using swipe gestures ?
|
I found my answer. I am posting the code for your reference. Thanks :-) in
Now
If you need some more clarification please post here. |
||||
|
|
|
Implement this (didload)
Then This:
|
|||||||||
|
|
Certainly! Just set your viewController to be the
Then trigger the actions you want with the method
What you do here is specific to your app. You can switch the tabBar selection, jump through a navigationController, present a different view modally, or just do a simple slide in transition. |
|||||||||
|
|
For reference PengOne, here is the code you referred to in your comment above. I saved it on my Mac because I thought it might be useful one day... :D
|
|||
|
|