标签:
只需要把那些不能同时点下的按钮或者视图设置一下即可。
[view setExclusiveTouch:YES]; 避免view上多个button同时按下,则可设置每个button的setExclusiveTouch:YES,可避免同时按下多个的问题
[view setExclusiveTouch:YES];
避免view上多个button同时按下,则可设置每个button的setExclusiveTouch:YES,可避免同时按下多个的问题
ios禁用多按钮同时点下的效果
原文地址:http://www.cnblogs.com/yhj1787354782/p/4995130.html