LoginSignup
1
1

More than 5 years have passed since last update.

UIScrollView vs UIPageViewController

Last updated at Posted at 2015-04-21

UIScrollViewでpageingEnabled=YESするのとUIPageViewControllerで似たようなことができるので、どっちを使うべきか迷ってたんだけど、

  • UIScrollViewでそういうUIをつくるのは難しい
  • UIPageViewControllerならtransition styleを選べる

という意見を見つけたので、UIPageViewControllerに一本化することにした。

確かにiOS4の頃からやってるプロジェクトでUIScrollViewで実装してさらに自前でContainerViewControllerを実装してたりとか随分と大変なことをやっているので、UIPageViewControllerに一本化していこうな。

ちなみにUIPageViewControllerの導入については以下の記事がわかりやすかったです。
http://hyoromo.hatenablog.com/entry/20130406/1365274911

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