ACEAutocompleteBar
ACEAutocompleteBar copied to clipboard
First release
- Extended support for UITextView
- Extended support for every word in the sentence
- Retain cursor position after selecting suggestion
- Removed the need for implementing delegates for input field
- Added ignoreCase option to ignore case of the input and suggestion list
- Added property separatorColor to customizeView
- Added dataSourceContent to do the matching internally [can be made smooth, probably in next update]
- Added support to hide suggestion list on single tap or if selection changed
- Added clearButton to dismiss the suggestion list
- a) Set custom image for clear button
- b) Disable clear button
- Added 'text' NSString object in textfield delegate for result manipulation
- Added 'range' UITextRange object in textfield delegate for cursor manipulation
- Added 'text' NSString object in textview delegate for result manipulation
- Added 'range' NSRange type in textview delegate for cursor manipulation
Thank you for this piece of work. I'll spend some time to review it and get back to you
Sure ;)