UIKIT_EXTERN_CLASS @interface UITableView : UIScrollView 所以,本质上tableView是一个scrollView, scrollView的禁止滑动属性lz你应该知道吧 tableView.userInteractionEnabled = NO;