标签:并发 UI uil http pre imu keyword other with
1.
// 允许多个手势并发
- (BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldRecognizeSimultaneouslyWithGestureRecognizer:(UIGestureRecognizer *)otherGestureRecognizer {
return YES;
}
http://www.jianshu.com/p/23210a984c5c
标签:并发 UI uil http pre imu keyword other with
原文地址:http://www.cnblogs.com/javastart/p/6515518.html