watsonbox / ios_google_places_autocomplete

Google Places address entry for iOS (Swift)
MIT License
269 stars 72 forks source link

Returning value from placeSelected function #21

Open schan93 opened 9 years ago

schan93 commented 9 years ago

Hi, I was looking at this code and I merely wanted to return the selected place that was selected from the autocomplete navigation bar and place that value into some UITextField. I was struggling to figure out how to do so. I have tried to add a return statement to the placeSelected function but since the delegate doesn't even call the placesSelected function, I am not sure how to return this value to my UITextField. Any tips on how to do so? Thanks!

simofu88 commented 8 years ago

hi, also it interests me a lot this...Someone managed to set the text of uitextedit with the selected zone?