gpt4 book ai didi

iphone - 在 iPhone 开发中单独设置宽度和高度

转载 作者:太空狗 更新时间:2023-10-30 03:59:55 24 4
gpt4 key购买 nike

我正在处理一个 iPhone 项目,我需要动态更改 UIImageView 的宽度和高度。我遇到过 CGPointMake 可以单独更改 x 和 y 位置,但是我应该使用什么来单独更改宽度和高度?有一个叫做 CGSizeMake 的东西,但我无法让它工作。

最佳答案

试试这个。

CGRect aFrame = image.frame;

aFrame.size.width = newWidth;
aFrame.size.height = newHeight;

image.frame = aFrame;

关于iphone - 在 iPhone 开发中单独设置宽度和高度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2864655/

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