gpt4 book ai didi

ios - 如何增加UIButtonTypeInfoLight的大小

转载 作者:行者123 更新时间:2023-12-01 19:06:02 24 4
gpt4 key购买 nike

我试过下面的代码,但按钮的大小保持不变

UIButton * pInfoButton = [UIButton buttonWithType:UIButtonTypeInfoLight];

[pInfoButton setFrame:CGRectMake(100,100, 80, 80)];

[pInfoButton setBounds:CGRectMake(0, 0, 80, 80)];

[self.view addSubview:pInfoButton];

请告诉我如何增加尺寸,谢谢

最佳答案

您可以将CGAffineTransform应用于按钮pInfoButton.transform = CGAffineTransformMakeScale(1.2, 1.2);来增加它。但是在这种情况下,您将失去质量。

另一种解决方案是使用背景创建自定义按钮。

关于ios - 如何增加UIButtonTypeInfoLight的大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19581786/

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