watsonbox / ios_google_places_autocomplete

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

Custom Title? #10

Closed emadd closed 9 years ago

emadd commented 9 years ago

I've tried both...

gpaViewController.title = NSLocalizedString("ENTERCITYNAME", comment:"Enter City")
gpaViewController.navigationItem.title = NSLocalizedString("ENTERCITYNAME", comment:"Enter City")
watsonbox commented 9 years ago

If you'd prefer not to use the master branch or wait for a new version, then the (admittedly clunky) way to achieve this with the current version is:

gpaViewController.gpaViewController.title = "..."