ios8 - converting from UISearchDisplayController to UISearchController -


i have app moving ios8 , want ride of deprecated methods.

the app have ipad app , have search bar in navigation bar , search result should appear in popover under search bar in navigation item.

i have found property stops search bar hiding navigation bar.

but still stuck.

can point me sample code or describe steps need take in order achieve this.

regards christian

this answer not step-by-step one, question , answer might helpful? uisearchcontroller showing fullscreen instead of popup on ipad

[self.searchcontroller setmodalpresentationstyle:uimodalpresentationpopover];


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -