CloudTagView icon indicating copy to clipboard operation
CloudTagView copied to clipboard

Can't add image

Open lethianqt94 opened this issue 7 years ago • 0 comments

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!

lethianqt94 avatar Dec 19 '17 04:12 lethianqt94