gpt4 book ai didi

objective-c - 更改 Cocoa 中圆形按钮的大小

转载 作者:行者123 更新时间:2023-12-03 16:37:16 24 4
gpt4 key购买 nike

有没有办法可以增加 Cocoa 中圆形按钮的大小?我正在做一个 Cocoa 应用程序,其中一个 View 包含一些用户的头像。我想使用圆形按钮并为其设置图像。但我找不到任何方法来增加圆形按钮的大小。

有什么方法可以做到吗?

最佳答案

yourButton.frame = CGRectMake(0, 0, 20, 20);

//或

yourButton.frame = CGRectMake(0, 0, 40, 60);

//或

yourButton.frame = CGRectMake(0, 0, 100, 80);

关于objective-c - 更改 Cocoa 中圆形按钮的大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16266753/

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