almassapargali / LocationPicker

iOS location picker view controller
MIT License
242 stars 84 forks source link

How can i make the searchBar become firstRespond on view will appear #31

Closed ghost closed 7 years ago

ghost commented 7 years ago

How can i make the searchBar become firstRespond on view will appear and how to i pass the location to the previous view controller that triggered the location picker

almassapargali commented 7 years ago

Please subclass it and try navigationItem.titleView as? UISearchBar in viewDidAppear.

Sent from my iPhone

On Jan 18, 2017, at 10:50 AM, pprevalon notifications@github.com wrote:

How can i make the searchBar become firstRespond on view will appear

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.