3
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【Xcode10】IB(Storyboard/Xib)でカスタムビューの高さを動的なものとして扱う

Posted at

はじめに

IBで配置したカスタムViewのサイズをAutoLayoutによる動的に計算される高さで扱いたい場合の対応方法です。

対応方法

  1. IBでViewを選択している状態で、右側のSizeInspectorをタップ。
  2. 下部のIntrinsicSizeをPlaceHolderにする。
  3. 高さを計算して欲しい場合、WidthのNoneにチェックし、Heightに仮で扱いたい高さを指定する。

できました!
青いViewは上下左右マージンしか指定していません。
スクリーンショット_1.png
スクリーンショット_2.png

おわりに

知ってるだけでレイアウトもかなり組みやすくなるかと思います!

3
4
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
3
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?