Im trying to swipe between view controllers using the Swipe Gesture Recognizer Object in the StoryBoard, but doesn't work.
- The App consists in one Tab Bar Controller and 4 view controllers, each view controller have a view, table view, table view cell and image view.
- Firstly I've dragged the object to each view controller, after this I've used the ctrl + drag the object to the destination view controller to create the "Push segue to View Controller" selecting the Action segue = push, I gave it an identifier, I've unchecked the cancels touch in view and finally I've checked the user interaction enabled.
How can I do to get that the App swipes?