将 UILabel 放置在倾斜或角度处
我正在编写iOS5应用程序。
我正在使用 UILabel 在图像上显示文本。默认情况下,UILabel 是水平或垂直的。
但我想以某个角度(比如 10 度)放置标签。 用 UILabel 可以吗?
I'm writing iOS5 app.
I'm using UILabel to show the text over an image. By default UILabel will be horizontal or vertical.
But I want to place the label with some angle (say 10 degrees).
Is it possible with UILabel?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对它的变换应用一些旋转
angle
参数预计以弧度为单位Apply some rotation to it's transform
The
angle
argument is expected in radians