Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First release #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

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