gpt4 book ai didi

Xcode 如何为打开图像添加 IBAction?

转载 作者:行者123 更新时间:2023-11-29 11:24:04 25 4
gpt4 key购买 nike

嗨,我正在尝试通过单击按钮打开图像,在我的 .h 我有

@interface FirstDetailViewController : UIViewController {
IBOutlet UIButton *premi;
IBOutlet UIImageView *figura;

UIButton *apri;
}

@property (nonatomic, retain) IBOutlet UIButton *apri;

@end

在我的.m 文件中

@implementation FirstDetailViewController


- (IBAction)apri:(id)sender {


}

我必须使用哪个代码?非常感谢

最佳答案

您还需要在 .h 中包含 - (IBAction)apri:(id)sender;

就按钮使用而言,您的逻辑是正确的,您可以在 Interface Builder 中将 premi 连接到 apri:

就“打开”图像而言,处理图像的方法有很多种。您可以加载带有指定图像的 UIImageView,或使用 UIWebView,或许多其他方式。

关于Xcode 如何为打开图像添加 IBAction?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4739245/

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