WSTagsField icon indicating copy to clipboard operation
WSTagsField copied to clipboard

An iOS text field that represents tags, hashtags, tokens in general.

Results 30 WSTagsField issues
Sort by recently updated
recently updated
newest added

We integrate it into UIView present in Tableview Cell the height of UIView not increase also no the ability to scroll the tag view

Hi , I am using the latest version of it , which can't be support the in the Arabic language It should support for english - start from left and...

enhancement
help wanted

I am working on a special view where user can enter email addresses. To improve UX, I need to have 1 tag per line and text field should be on...

### Which version of the WSTagsField are you using? 4.0.0 ### On which platform does the issue happen? iOS 12 ### Are you using Carthage? Carthage, latest ### Are you...

### 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...

enhancement
help wanted

Hi, I'm trying to calculate the height the WSTagsField needs in my view, any way to get that easily? I tried using sizeThatFits, but it seems not implemented and is...

help wanted

Allows users of the library to set the background color of a tag when adding it to the search field ```swift tagInput.addTag(tag.name, backgroundColor: tag.color) ```

I want to add X button to delete the tag is it possible

enhancement
help wanted

This pull request addresses issue #100. It adds a boolean toggle named `allowMultipleSelection` that allows a user to select multiple tags at once. ``` let cities = ["London", "New York",...

can i use WSTagsField using storyboard

enhancement
help wanted