How do I use AddressFinder in my 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 and example of how you could use the AddressFinder API in your app.
The example can be viewed here: github.com/AbleTech/addressfinder-ios-demo.
