https://github.com/softprodigyindia/swiftautocompletemvc
Auto Completion of Text Field with Google API
https://github.com/softprodigyindia/swiftautocompletemvc
autocomplete google-places-api googleapi swift
Last synced: about 1 month ago
JSON representation
Auto Completion of Text Field with Google API
- Host: GitHub
- URL: https://github.com/softprodigyindia/swiftautocompletemvc
- Owner: SoftprodigyIndia
- Created: 2017-02-06T06:47:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-06T07:06:08.000Z (over 9 years ago)
- Last Synced: 2025-02-26T15:34:29.978Z (over 1 year ago)
- Topics: autocomplete, google-places-api, googleapi, swift
- Language: Swift
- Size: 23.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SwiftAutoCompleteMVC
This is a small piece of code to implement Auto Complete in a Text Field with Google Places API.
One can just drag & drop the classes and call the Google API in the View Controller.
It is based on MVC and Delegate design pattern.
Run the application and start using this component!