CloudTagView
CloudTagView copied to clipboard
Can't add image
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 check!