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.
当我点击如下图时,我试图突出显示自定义 UIButton。
我想像上图一样传播白光。
我需要为此使用的任何属性?
谢谢。
在您的 xib-> 选择按钮-> 显示您的属性检查器
如下图所示设置此属性
并通过代码
btn.showsTouchWhenHighlighted = YES;
希望对你有帮助。。