We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When i explore with Tamil (SouthIndian language) as tagging suggestion then the tagging attribute is not applied for a whole word.
Solution:
taggingAttributeRange should be like this NSMakeRange(model.range.location+1, model.text.utf16.count).
need to get the characters count from utf16 encoding.
it'll be good if apply the same for updateAttributeText method's selectedLocation param (For cursor placing).
Refer the screenShots.
The text was updated successfully, but these errors were encountered:
Thanks! @Arulmurugan-Sivapoosam I will check and update soon.
Sorry, something went wrong.
Fix string count issue (#1)
dc4c969
Hi @Arulmurugan-Sivapoosam I fix this issue and release 0.4.0 with support swift 4.2. Thanks!
Hi @k-lpmg Thanks for the update. will try with the new version.
k-lpmg#1 Added new protocol to tell user about the current possible t…
32d92e0
…ag Text
k-lpmg
No branches or pull requests
When i explore with Tamil (SouthIndian language) as tagging suggestion then the tagging attribute is not applied for a whole word.
Solution:
taggingAttributeRange should be like this NSMakeRange(model.range.location+1, model.text.utf16.count).
need to get the characters count from utf16 encoding.
it'll be good if apply the same for updateAttributeText method's selectedLocation param (For cursor placing).
Refer the screenShots.
The text was updated successfully, but these errors were encountered: