WSTagsField
WSTagsField copied to clipboard
An iOS text field that represents tags, hashtags, tokens in general.
### 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...
### 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...
.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?
This request was mentioned in #75 
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...
 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...