Something really strange is happening in the Search View Controller (a normal View Controller with a Search Display Controller connected to a UISearchBar and a TableView) of my app and that is the swipe gesture (the one that takes you back to the View where you came from) is not working when Search Display Controller is showing results.
I mean, to be more explicit: when the table view is showing the results of the search made using the UISearchBar I can try and try again to swipe from left to right and nothing happens.
If I press the cancel button or the button that clears the text of the UISearchBar then everything works normally: I mean I can again use the swipe gesture (from the left side of the device screen to right side of the device screen) to get back to the view where I came from.
Anybody experiencing the same thing?