How to remove the overlay displayed by the search display controller, or offset it in iOS7. The error is only for iOS7. Apple Developer Forum is not very useful.
Try it, it worked for me:
- (void)searchDisplayControllerWillBeginSearch:(UISearchDisplayController *)controller { [self.navigationController setNavigationBarHidden: YES animated: YES]; //... } -(void)searchDisplayControllerWillEndSearch:(UISearchDisplayController *)controller { [self.navigationController setNavigationBarHidden: NO animated: YES]; //... }
Source: https://habr.com/ru/post/1502121/More articles:Visual Studio 2013 - Source Unavailable - c #Is there a way to hide the "Source Unavailable" tab when calling "Break All" in Visual Studio 2013 in ASP.NET MVC? - c #The correct formatting date is javahttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1502119/using-matplotlib-and-ipython-how-to-reset-x-and-y-axis-limits-to-autoscale&usg=ALkJrhgxBWbvmjlCS_B58x0tmUK2SF5w_QPrint all values โโof a given dictionary key in a list - pythonRequired Explanation of the awk Variable - awkWEBGL_draw_buffers is not supported in recent versions of Firefox / Chrome - javascriptHow can I build a motorcade in Keaton? - pythonJavascript table row for array - javascriptParsing and formatting dates from the GitHub API in Python - pythonAll Articles