StoryboardでUIScrollViewとUIPageControlを連携させるときの注意点
StoryboardでUIScrollViewを使ってページ遷移を実装したあと、
UIPageControlを追加してページ数や現在のページが
分かるように機能拡張したときにハマったので、その解決方法を書いておきます。
1つのViewにUIScrollViewを追加すると、
[View Controller Scene]はこうなっていると思います。
▼View Controller
▼View
▼Scroll View
この状態で、UIPageControlを追加すると、
UIScrollViewの上に乗せる事になります。
このときの[View Controller Scene]はこうなっています。
▼View Controller
▼View
▼Scroll View
▼Page Control
これで実行するとSigabrtします。
以下のようにViewの直下に置くと意図した動きになります。
▼View Controller
▼View
▼Scroll View
▼Page Control
やり方は、[View Controller Scene]上で"Page Control"を"View"の下に
ドラッグ&ドロップするだけです。
Author And Source
この問題について(StoryboardでUIScrollViewとUIPageControlを連携させるときの注意点), 我々は、より多くの情報をここで見つけました https://qiita.com/k-kobayashi/items/d5d7d7329f42089349af著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .