使用MUScrollManage解决UIScrollView嵌套滚动只需两步,而且不会影响已经设置的delegate和dataSource 1.定义一个MUScrollManager属性,如下 @property (nonatomic,strong) MUScrollManager *manager; 2.初始化一个MUScrollManager实例,如下 self.manager = [[MUScrollManager alloc]initWithScrollView:tableView nestedScrollView:nestTableView offset:28