我在View中添加了捏合识别器(我在其中添加了MPMoviePlayerController)并创建了一个函数来处理捏合(我已经为该函数设置了IBAction)但它没有进入该函数。可能是什么问题? 最佳答案 MPMoviePlayerController有自己实现的手势识别器,可在MPSwipableView上使用。这些手势已经过修改以执行MPMoviePlayer使用的特定默认操作。通过MPMoviePlayerController定义自定义手势。您必须使用单独的空View,将其添加到您的MPMoviePlayerControll