shmidt / GooglePlacesSearchController

Google Places autocompleting address search controller
MIT License
194 stars 44 forks source link

Search bar Position #14

Closed ErAshu closed 6 years ago

ErAshu commented 7 years ago

Hey, In my project, i have to show search bar below to the navigation bar. How can i modify this. Please suggest.

Thanks!!

ShanShafiq01 commented 7 years ago

definesPresentationContext = true

ErAshu commented 7 years ago

I had done this but not get any success.

ealeksandrov commented 6 years ago

This is more UISearchController question, try searching or asking on StackOverflow. GooglePlacesSearchController is just its subclass, you can use any solutions for UISearchController.