LoginSignup
2
2

More than 5 years have passed since last update.

UIScrollViewのzoomで困ったら見るもの

Posted at

UIScrollViewのzoomに困ったらとりあえずこれらを見ましょう。

Pagingに関してはUIPageViewControllerやUICollectionView使えば、UIScrollViewを使わなくても済むので、そちらを使ったほうが良いです。

UIScrollViewのzoomでAutoLayoutを使う場合、Mixed Approachの方がうまくいくと思います。
zoom用途で使いたい場合、異なるサイズのコンテンンツを表示したいケースが多いと思うので、Pure Auto Layout Approachを使うのはしんどいです。
UIScrollView自体の位置、サイズだけAutoLayoutで設定して、UIScrollView内のsubViewたちはframeベースで操作をすると色々詰まなくて良いと思います。

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