watsonbox / ios_google_places_autocomplete

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

Added explicit downcasting #12

Closed josh-byster closed 9 years ago

josh-byster commented 9 years ago

XCode gave 7 compiler errors due to non-explicit downcasting (e.g. we have to use as! instead of as). Please test before merging as I'm not sure if this will work exactly as intended.

watsonbox commented 9 years ago

Duplicate of #7. I'll add Swift 1.2 support today, since this is now supported by Travis CI.