shmidt / GooglePlacesSearchController

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

Disable the searchBar animation when presenting the search controller #8

Closed dodomarocgenex closed 7 years ago

dodomarocgenex commented 8 years ago

I would like to disable the animation when presenting the search controller

https://www.mediafire.com/?xz757n3fyjd600r

I am using Xcode 7.3.1 and the iPhone 6 simulator

shmidt commented 7 years ago

Then just present it without animation: present(controller, animated: false, completion: nil)