WSTagsField
WSTagsField copied to clipboard
An iOS text field that represents tags, hashtags, tokens in general.
I tried to make a demo app with WSTagsField. However when the app launches and the field is tapped and the keyboard appears, memory taken by the app start increasing...
Please react with 👍 if yes and 👎 if no. Thank you
I have added the feature to change the tint color of the text field.
Currently, when we change the tint color, the color of the pointer and tags background changed. I want to show different pointer and tags background colors.
### Which version of the WSTagsField are you using? SPM `5.4.0` ### On which platform does the issue happen? `iOS 14.5` ### Are you using Carthage? No ### Are you...
Thanks for awesome library. I need to add prefix like # symbol when add tag. Please help me how to introduce this feature. Thanks.
### Which version of the WSTagsField are you using? E.g. `5.4.0` ### On which platform does the issue happen? E.g. `iOS 14.4` ### Are you using Carthage? No ### Are...
How add only horizontal scroll on **WSTagsField**, not vertical? I think the horizontal scroll is much more usable than the vertical one. Is it possible to make only a horizontal...
Hi! I've come across a bug I'm having trouble solving. Maybe someone can help me figure it out. ### Which version of the WSTagsField are you using? 5.4.0 ### On...
### Problem description I need to set the own attributed placeholder with spaces and etc. ### Preferred solution Could you make the attributedPlaceholder like as override variable. Thank you very...