使用 iPhone sdk 绘制罢工文本的最佳方法是什么?
使用 iPhone sdk 绘制罢工文本的最佳方法是什么?
我想像 html 上的标签一样绘制罢工文本。
有什么方法可以做到这一点吗?或者我应该自己在文本上画一条线?
What is the best way do draw an strike text with iPhone sdk?
I want to draw a strike text like the tag do on html.
Is there any method to do this? or I should draw an line my self over the text?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我通过子类化 UILabel 并覆盖绘制矩形解决了这个问题。
我为此创建了一个 git 。
I have solved this problem by subclassing UILabel and override draw rect.
I have created an git for this.