Last active
July 17, 2017 20:47
-
-
Save ncreated/83b054e65f923282d126341176250c76 to your computer and use it in GitHub Desktop.
Medium blogpost snippet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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