AutocompleteTextField icon indicating copy to clipboard operation
AutocompleteTextField copied to clipboard

An iOS text field that autocompletes text with the supplied list of words.

Results 4 AutocompleteTextField issues
Sort by recently updated
recently updated
newest added

This patch brings this project up to date with Xcode 12 and Swift 5. The changes were pretty trivial, mostly some deprecations and new names. The iOS deployment target has...

This project is not compatible with Xcode 12 and Swift 5. There are some deprecations and compile errors of things that have changed in the past years.

bug

After using select all, when typing anything, the string entered is "/" because previous version of completionRange is used, which always begin on 0 Actual string during textDidChange is [NEWPART][HIGHLIGHTEDPART],...