LoginSignup
9
7

More than 5 years have passed since last update.

Pinterest風にジェスチャで画面遷移するサンプル

Posted at

preview.gif

iOS版Pinterestのような画面を引き下げて前の画面に遷移するジェスチャーとアニメーションを再現してみました。

サンプルコードはこちらにあります。
GitHub - PinterestLikePullToPop

概略

UINavigationControllerスタック上のview controllerの遷移になります。まずは対象のUIScrollViewUIPanGestureRecognizerをあらたに付加してスクロールと連動。そしてキャプチャした複数のviewをwindow上に重ねてアニメーションを再現。前の画面に戻るときにUIViewControllerAnimatedTransitioningを使って後始末をしています。

ここで使われているアニメーションの一部はこちらの記事に抜き出しています。
Panジェスチャ後のvelocityを利用した放物線アニメーション

9
7
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
9
7