Im trying to add Swipe Gesture Recognizer to my app so I can swipe to either left or right to get to another view controller. I drag the object to the viewcontroller that I want, link it up so when swiping right it should take me to another viewcontroller. I run the simulator but the swipe feature doesn't take me to the other view.
When creating a new project, just adding 3 viewcontroller and swipe gestures I can swipe in the simulator and it takes me to another viewcontroller. But doing the exact same thing in my current app doesn't do anything.
Any ideas? I've tried to play around with enable/disable state but still get nothing