I'm using MWFSlideNavigationViewController Slide Navigation View Controller in the Up and Down directions only to reveal a secondary view.
I'd like to use left and right swipes for other things. It turns out UISwipeGestureRecognizer does not seem to work on the main view (the primary). I've created the Swipe Gesture Recognizer from the Nib file. On the contrary UITapGestureRecognizer works perfectly even though I've created in the same conditions.
So which tweaks should I do in order to be able to swipe left and right?