5
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

UIScreenEdgePanGestureRecognizer が Simulator で反応しない件

Last updated at Posted at 2020-03-10

今回解決したいこと

iOS 7 から追加された UIScreenEdgePanGestureRecognizer を使えば、通常のパンジェスチャー(ドラッグジェスチャー)と違って、画面の左端からパンしたときだけに反応するエッジパンジェスチャーを実装することができます。
しかし、なぜかシミュレーターで実行していると、本当は反応するはず が、反応しない!!!という罠にはまりました。

解決法

シミュレーターで、 ベゼル表示をオン にすれば画面端からパンすることができます!!!

こう👇(ベゼル表示オフ)
Screen Shot 2020-03-10 at 18.10.58.png

ではなくて、
こう👇するってことですね!!(ベゼル表示をオン)
Screen Shot 2020-03-10 at 18.10.45.png

ベゼル表示は、シミュレーターのメニューからオンにできます👇

Simulator > Window > Show Device Bezels

関連

5
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?