ko1o / PYSearch

🔍 An elegant search controller which replaces the UISearchController for iOS (iPhone & iPad) .
MIT License
3.83k stars 752 forks source link

back button is missing in iOS 11 #116

Closed zhifeng-huang closed 5 years ago

zhifeng-huang commented 7 years ago

I push PYSearchViewController in iOS 11, and the back button is missing.

_searchBar.py_width = self.view.py_width - cancelButton.py_width - PYSEARCH_MARGIN * 3 - 8 - 20;

I have to -20 at the end to get the back button back. Please fix this if you can.