Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想关闭UIButtonFlicker 动画,我尝试使用:
UIButton
button.highlighted = NO; [button setHighlighted:NO];
(但一直没有关闭UIButton闪烁动画,没有反应..)
我尝试另一个:
[button setEnabled:NO];
(按钮闪烁关闭,但我的按钮变成白色。)
请给我一些建议,谢谢!!
根据需要使用其中任何一个-
这将禁用按钮 -
button.userInteractionEnabled = NO;
在 xib 文件中 - 您可以取消选中“突出显示调整图像”
尝试在 UIButton 的类参考中找到的 showTouchWhenHighlighted