如果在UIButton的父视图设置过手势, 并且加了self.tap.delaysTouchesBegan = YES;
.
当你在选中UIButton的时候, 无论如何都修改不了UIButton的高亮.
但是当你把手从UIButton移动开后, 你会发现高亮出来了
self.tap.delaysTouchesBegan = NO
会在选中UIButton的时候立刻调用高亮的图像.
如果在UIButton的父视图设置过手势, 并且加了self.tap.delaysTouchesBegan = YES;
.
当你在选中UIButton的时候, 无论如何都修改不了UIButton的高亮.
但是当你把手从UIButton移动开后, 你会发现高亮出来了
self.tap.delaysTouchesBegan = NO
会在选中UIButton的时候立刻调用高亮的图像.
本文标题:UIButton 不显示高亮的解决方法
本文链接:https://www.haomeiwen.com/subject/nltzyttx.html
网友评论