Skip to content

Instantly share code, notes, and snippets.

@ncreated
Last active July 17, 2017 20:47
Show Gist options
  • Save ncreated/83b054e65f923282d126341176250c76 to your computer and use it in GitHub Desktop.
Save ncreated/83b054e65f923282d126341176250c76 to your computer and use it in GitHub Desktop.
Medium blogpost snippet
let autocomplete = Autocomplete(provider: CountryAutocompleteProvider())
let (results, isLoading) = autocomplete.autocomplete(text: inputText)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment