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

### Which version of the WSTagsField are you using? 3.1.0 ### On which platform does the issue happen? E.g. `iOS11` ### Are you using Carthage? No ### Are you using...

enhancement
help wanted

### Which version of the WSTagsField are you using? 3.1.0 ### On which platform does the issue happen? ios 11 ### Are you using Carthage? no ### Are you using...

enhancement

.inputView is a get only variable, however in other text fields it is get set. Is there any way it can be get set for WSTagsFields?

enhancement
help wanted

This request was mentioned in #75 ![screen shot 2018-03-30 at 7 23 25 pm](https://user-images.githubusercontent.com/29453207/38140099-f2e474e6-344f-11e8-83ed-2532257f68f6.png)

enhancement
help wanted

currently it's not possible to change for instance corner radius of WSTagView. One way of customization is to update `open var onDidAddTag: ((WSTagsField, _ tag: WSTag) -> Void)?` func and...

enhancement
help wanted

![image](https://github.com/whitesmith/WSTagsField/assets/42633268/0f14c9a9-b44c-44f5-8a8e-e2ed88061374) Can this please be finished so that scrolling occurs as it should?

Xcode 14.3, Apple M2. Error building on simulator: "Could not find module 'WSTagsField' for target 'x86_64-apple-ios-simulator'; found: arm64-apple-ios-simulator".

How can I add a delete button next to the tag? And pressing that button the particular tag should be deleted?

I want to allow users to paste bunch of tags into a WSTagsField in my project, like "Apple Pear Banana". onDidChangeText isn't enough to check if the content is coming...

### On which platform does the issue happen? E.g. `iOS15` ### Are you using Cocoapods? Yes, Updated version ### Which version of Xcode are you using? Xcode 14 ### What...