UIScreenEdgePanGestureRecognizerViewControllerviewに追加しても認識しません。

通常のGestureRecognizerのように、ビューに追加するだけでは使えないのでしょうか?

  • Leftなどの方向を設定しています。
  • viewuserInteractionEnabledtrueです。
  • 一本指でのPan認識ができればいいです。
  • UIGestureRecognizerDelegateプロトコルをViewControllerに適用して、
    edgePanGestureRecognizerdelegateViewControllerを指定しています。

そのほかに何か設定が必要でしょうか?

よろしくお願いします。