CloudTagView
CloudTagView copied to clipboard
A custom view to create cloud of tags.
layoutSubviews loop Issue: resizeToFit is True always so layoutSubviews executing again and again
- how can i set custom width to each tag in cloud tag view? - by default the tag sets the width according to the content presented in it.
1: How to hide and show click on particular tag an dhow to shift x image to right on tag? 2: How to remove tag without X image click on...
Hello, I don't using full view.frame.size. The height of the custom UIView file I created must be related to the number of incoming objects (exam:number of objects x ?). how...
I tried to add image tag: ``` let tag = TagView(text: s) tag.iconImage = UIImage(named: "test") cloudView.tags.append(tag) ``` but it just shows me a white blank view. Please, help me...
Will you be providing support for Swift 4?
Carthage Support Please
Is it possible to add animation somehow? I'm only interested in animation when **removing** tags with the 'x', but **adding** animation would be useful too. Sort of like what is...