开发者

UIButton stops working?

开发者 https://www.devze.com 2023-01-15 03:45 出处:网络
I\'m having a weird issue, I know it\'s a bit futile if I don\'t paste the code here, but I think it would be overkill.

I'm having a weird issue, I know it's a bit futile if I don't paste the code here, but I think it would be overkill.

What would cause a UIButton to stop working, ie :

This button belongs to a Scrollview that I'm moving up after this particular button is pressed, problem is : it only doesn't it does it once, then doesn't respond anymore ..

Any classic example of that ?


This tends to be a memory release issue. Make sure you are not releasing a variable that doesn't need to be.

0

精彩评论

暂无评论...
验证码 换一张
取 消