如何在 Objective-C 中旋转 UIButton 和 UILabel 的文本?

How can you rotate text for UIButton and UILabel in Objective-C?(如何在 Objective-C 中旋转 UIButton 和 UILabel 的文本?)

本文介绍了如何在 Objective-C 中旋转 UIButton 和 UILabel 的文本?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何旋转 UIButtonUILabel 的文本?90度,180度.

How can you rotate text for UIButton and UILabel? 90 degrees, 180 degrees.

推荐答案

[*yourlabelname* setTransform:CGAffineTransformMakeRotation(-M_PI / 2)];

旋转图像

上一张图片

这篇关于如何在 Objective-C 中旋转 UIButton 和 UILabel 的文本?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本文标题为:如何在 Objective-C 中旋转 UIButton 和 UILabel 的文本?

基础教程推荐