watsonbox / ios_google_places_autocomplete

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

Swift 3.0 #45

Open thekie opened 7 years ago

thekie commented 7 years ago

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 pixel different.

Cheers

thekie commented 7 years ago

I am not able to get the signing running for the CI, but the tests are running on my machine locally. @watsonbox perhaps you could merge this and check the signing with your profile like it was before. thanks.

Treverr commented 7 years ago

Do we know if this development is going to be kept up to date? Or is there a way to import this into my project through CocoaPods

thekie commented 7 years ago

Hey @Treverr , I dont know if this is still maintained. But you can use my version of ios_google_places_autocomplete, by adding pod 'GooglePlacesAutocomplete', :git => 'https://github.com/danielkiedrowski/ios_google_places_autocomplete.git' to you Podfile.

thekie commented 7 years ago

@watsonbox Is this still maintained? I'd love to help!

sishpal commented 7 years ago

example not woking properly

thekie commented 6 years ago

@watsonbox @sishpal How about now?