gpt4 book ai didi

iphone - 触碰 UIButton 时同时执行操作

转载 作者:行者123 更新时间:2023-12-03 21:08:07 29 4
gpt4 key购买 nike

嗨...我有一个 UIButton,当我按下按钮时会执行一些操作,同时执行操作。

有谁知道请回答一下..

最佳答案

以下是按下按钮时添加操作的方法。

但是,对我来说,你的问题不清楚......

    UIButton * myButton = [[UIButton alloc] init];
[myButton addTarget:self action:@selector(doSomeActionMethod) forControlEvents:UIControlEventTouchDown];

关于iphone - 触碰 UIButton 时同时执行操作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5151503/

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