gpt4 book ai didi

iphone - 如何在 UIButton 动画时识别触摸事件

转载 作者:可可西里 更新时间:2023-11-01 17:09:52 26 4
gpt4 key购买 nike

我想用动画移动一个 UIButton,当用户触摸它时它会移动,我想识别该事件,但在动画期间 UIButton 不发送任何事件。

请解决我的问题。

最佳答案

您是否尝试过 AllowUserInteraction 选项?

 [UIView animateWithDuration:5.0 
delay:0.0
options:UIViewAnimationOptionAllowUserInteraction
animations:^{ // move the button }
completion:^(BOOL finished){}];

关于iphone - 如何在 UIButton 动画时识别触摸事件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12860846/

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