gpt4 book ai didi

ios - 反射(reflect)按钮标题(Objective-C)

转载 作者:行者123 更新时间:2023-12-01 18:48:47 24 4
gpt4 key购买 nike

我正在使用标志性字体 ( http://zavoloklom.github.io/material-design-iconic-font/cheatsheet.html ),并且我使用回复按钮作为按钮标题。我想知道如何垂直反射(reflect)按钮的标题。我发现了很多关于旋转按钮图像( Objective C: How can you rotate text for UIButton and UILabel? )的资源,但是,我想反射(reflect),而不是旋转。将图像旋转 180 度会使箭头上下颠倒。

目前是什么:
enter image description here

我需要的:
enter image description here

最佳答案

为要翻转的轴设置 -100% 的比例变换。您可能还需要稍微调整框架以获得您想要的效果,具体取决于您的箭头是“在”反射表面上还是您想要一个间隙。

[self.myButton.titleLabel setTransform:CGAffineTransformMakeScale(1, -1)];

关于ios - 反射(reflect)按钮标题(Objective-C),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32787213/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com