Skip to content

Conversation

@jimmyjose-dev
Copy link

  • 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

- 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
@acerbetti
Copy link
Owner

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

@jimmyjose-dev
Copy link
Author

Sure ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants