Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在视图中添加标签。不是矩形标签而是曲线标签。
中点以一定幅度下降。像你'。如何??我认为使用 CGContextAddCurveToPoint。但是怎么用?在ios中。
您不能使用 UILabel 执行此操作,但如果您将要绘制的字符串绘制成曲线,则可以绘制每个字母,然后使用此相关问题中的技术更改绘图的角度:
如何以一定角度绘制 NSString?
(即改变每个字母后的角度和位置)。