gpt4 book ai didi

ios - 什么控制事件开始和结束突出显示 UIButton 的状态

转载 作者:搜寻专家 更新时间:2023-10-30 21:52:03 25 4
gpt4 key购买 nike

我正在用 UIButton 作为钢琴键创建类似钢琴的 View 。当按钮获得和失去突出显示状态时,我应该监听什么 UIControlEvents 以获得回调?

我尝试创建 UIButton 的子类并为 highlighted 添加属性观察器并且它工作正常。然而,有时我需要从代码中手动设置高亮状态,这真的把事情搞砸了,因为无法判断事件是用户发起的还是应用发起的。

最佳答案

为了模仿钢琴键的行为,我使用了以下 UIControlEvents:

self.addTarget(self, action: "pressed", forControlEvents: [.touchDown])
self.addTarget(self, action: "released", forControlEvents: [.touchDragExit, .touchUpInside, .touchUpOutside, .touchCancel])

关于ios - 什么控制事件开始和结束突出显示 UIButton 的状态,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34744897/

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