Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Apple の iBook アプリと同じように、画面の右下 (左) 隅をタップして次の (前の) ページに移動するジェスチャーを UIScrollView で実現するにはどうすればよいでしょうか?
ありがとう、ローレンス
UIScrollView に UITapGestureRecognizer を配置してみます。ビュー内のタップ位置が目的の場所である場合は、ページを左右に回転させます。
UITapGestureRecognizer