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
WSTagsField is an awesome library! It would be more beneficial if we could support multiple delimiters.
Currently, we are using String data type for the delimiter. We can make use of CharacterSet data type to support multiple delimiters.
String
The text was updated successfully, but these errors were encountered:
@rizwan95 Thank you for your feedback. It means a lot to me.
So, do you need something like this: tagsField.acceptTagOption = [.space, .characterSet(".")]?
tagsField.acceptTagOption = [.space, .characterSet(".")]
Sorry, something went wrong.
@ricardopereira Exactly!
@ricardopereira Any update regarding this?
Sorry, I'm a bit overwhelmed right now so I didn't have the time to do this.
No branches or pull requests
Problem description
WSTagsField is an awesome library! It would be more beneficial if we could support multiple delimiters.
Preferred solution
Currently, we are using
String
data type for the delimiter. We can make use of CharacterSet data type to support multiple delimiters.The text was updated successfully, but these errors were encountered: