只需要把那些不能同时点下的按钮或者视图设置一下即可。
[view setExclusiveTouch:YES];
避免view上多个button同时按下,则可设置每个button的setExclusiveTouch:YES,可避免同时按下多个的问题
只需要把那些不能同时点下的按钮或者视图设置一下即可。
[view setExclusiveTouch:YES];
避免view上多个button同时按下,则可设置每个button的setExclusiveTouch:YES,可避免同时按下多个的问题