2019独角兽企业重金招聘Python工程师标准>>> subclass UIScrollView 在子类里面重载 - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event 然后通过 [[touches anyObject] locationInView:self] 取得点击的point位置,然后判断给出相应的action就行了 转载于:https://my.oschina.net/ahuaahua/blog/15819