如何实现“向左擦除” UIButton 中的图标
我试图在 UIButton 的文本中获取“向左擦除”符号 - 但如何实现呢?
⌫ Delete [Delete] ⌫ U+232B ERASE TO THE LEFT
或者是我在 UIButton 中放置 png 的唯一选择?
有什么想法吗? - 谢谢
I am trying to get the "erase to left" symbol in the text of an UIButton - but how?
⌫ Delete [Delete] ⌫ U+232B ERASE TO THE LEFT
Or is my only option to make a place a png in the UIButton?
Any ideas? - thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将 unicode 字符设置为按钮的标签:
您可能需要调整字体、字体大小和内容插图以使其看起来不错。
You can set the unicode character as the label of the button:
You may need to play with the font, font size and content insets to get it to look nice.