How can I keep an NSTextAttachment from line-breaking?

后端 未结 1 554
孤独总比滥情好
孤独总比滥情好 2021-01-06 14:57

I\'m trying to set a UILabel using an NSAttributableString like so:

(x)First Item (x)Second Item (x)Third Item

Where the (x)\'s represent small images loaded

相关标签:
1条回答
  • 2021-01-06 15:19

    Got it: word-joiner unicode \u2060.

    0 讨论(0)
提交回复
热议问题