ACEAutocompleteBar icon indicating copy to clipboard operation
ACEAutocompleteBar copied to clipboard

First release

Open jimmyjose-dev opened this issue 12 years ago • 2 comments

  • 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

jimmyjose-dev avatar Aug 02 '13 11:08 jimmyjose-dev

Thank you for this piece of work. I'll spend some time to review it and get back to you

acerbetti avatar Aug 02 '13 18:08 acerbetti

Sure ;)

jimmyjose-dev avatar Aug 03 '13 06:08 jimmyjose-dev