How to add address autocomplete to your iOS App
To use Addressfinder in an iOS app (or any other mobile platform) you can call the Addressfinder API.
An example of this would be to call the Address Autocomplete API when a user types into a UITextField
, mimicking the JavaScript widget.
We have created a demo iOS application that shows this behavior and provides an example of how you could use the Addressfinder API in your app to find and collect verified addresses.
The example can be viewed here: github.com/AddressFinder/addressfinder-ios-demo.
Learn more in our GitHub iOS demo about the Addressfinder iOS plugin