//亲测有效
[view addSubView: scrollView];
scrollView.userInteractionEnabled = NO;
[view addGestureRecognizer: scrollView.panGestureRecognizer];
原文地址:
https://blog.csdn.net/qq_31251767/article/details/52083059
//亲测有效
[view addSubView: scrollView];
scrollView.userInteractionEnabled = NO;
[view addGestureRecognizer: scrollView.panGestureRecognizer];
原文地址:
https://blog.csdn.net/qq_31251767/article/details/52083059