LoginSignup
0
1

More than 3 years have passed since last update.

[Swift] UIStackvView inside ScrollView iOS

Posted at

概要

scrollView内にstackViewを配置する時の制約の付け方ですが、、
必ずと言って良いほど毎回忘れてハマるのでサンプルコードを準備しました。
tableViewではカスタム出来ないデザインの画面などでよく使うケースです。(設定画面など)

ポイントはstackViewとScrollViewの「Equal Width」です。

といっても結局忘れるのでXibからviewをコピーしたほうが早いですw

IB

スクリーンショット 2020-05-04 19.47.57.png

結果

Simulator Screen Shot - iPhone SE (2nd generation) - 2020-05-04 at 19.50.50.png
Simulator Screen Shot - iPhone SE (2nd generation) - 2020-05-04 at 19.50.52.png
Simulator Screen Shot - iPhone SE (2nd generation) - 2020-05-04 at 19.50.53.png

github

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