ios_google_places_autocomplete icon indicating copy to clipboard operation
ios_google_places_autocomplete copied to clipboard

Google Places address entry for iOS (Swift)

Results 24 ios_google_places_autocomplete issues
Sort by recently updated
recently updated
newest added

Hello, I updated the code to compile with xcode8 and swift3. I also needed to update the screenshorts for the visual tests, because the rendering on iOS 10 is some...

It doesn't look like this repo is maintain anymore so in case it helps anyone, I've upgraded to Swift 4, did some refactoring, and even fallback to Apple MapKit if...

I am having issues related to conversion, whenever I am trying to open xib with button action I am getting this error found nil while unwrapping optional, another issue is...

Code updated for swift 3 and xcode 8.3.3

Hi, While searching any thing getting error :- GooglePlaces API Error: REQUEST_DENIED We added our API key properly and follow the below :- **Manual** Simply copy GooglePlacesAutocomplete.swift and GooglePlacesAutocomplete.xib to...

Converted sources and fix all of the warnings to be able to compile on current Swift 3.

I am using xcode 7.3 and swift 2.2 it does not compile and give some syntax error Currently m using 0.3.0 version of your pod and i tried for 0.2.0...

The version of the library did not change, when i run on XCode 7 i still have the old library and keep getting issues, i have to clean my pods...

Hi. I want to present the view directly when the users taps on a UITableViewCell.(Not presenting an UIViewController that presents the xib. like this the animation seems to be broken.)My...

It seems when both GooglePlacesAutocomplete and PhoneNumberKit are enabled, I am no longer able to type into the ViewController for GooglePlacesAutoComplete. I am posting this in both just in case...