gpt4 book ai didi

objective-c - 类似于 UIActionSheet 中的 UIButton

转载 作者:行者123 更新时间:2023-12-04 07:02:53 25 4
gpt4 key购买 nike

我想将 UIButton 放在我的 UIViewController 上,其样式类似于 UIActionSheet 中的按钮。我应该在这里添加什么:

UIButton *button = [UIButton buttonWithType: UIButtonTypeCustom];
[ button setFrame: CGRectMake(10, 10, 50, 35) ];
[button setTitle:@"Button from UIActionSheet" forState: UIControlStateNormal];
[self addSubview: button];

最佳答案

您需要从某处获取背景图像,然后使用以下方法进行设置:- (void)setBackgroundImage:(UIImage *)image forState:(UIControlState)state
我相信此处链接的 .psd 具有操作按钮背景图像 http://media.photobucket.com/image/uiactionsheet%20button%20psd/visionwidget/iphone-gui-psd-file.jpg

关于objective-c - 类似于 UIActionSheet 中的 UIButton,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1551377/

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