ARAutocompleteTextView
ARAutocompleteTextView copied to clipboard
ARAutocompleteTextView is a subclass of UITextView that automatically displays text suggestions in real-time. This is perfect for automatically suggesting the domain as a user types an email address,...
I've updated example project to Swift 5 with Xcode 11.1. --- This change isβ[](https://reviewable.io/reviews/alexruperez/arautocompletetextview/14)
When there is a space in my custom prompt text, after submitting the auto-completion, deleting will cause problems. When you encounter a space, submit the auto-completion again.
This just converted the Swift Example branch to Swift 3, probably keep this on it's own branch as an optional as some people are still using 2.3 at this point....
Convert the base classes to swift 3 to remove the need for bridging headers for those working in Swift projects.
Hey, I'd love to see this lib available in Swift 3 so I can implement it in my project. Thanks π