0
1

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 3 years have passed since last update.

ボタンのレイアウトがうまく決まらなくてこまった

Last updated at Posted at 2020-03-30

普段はStoryboardを使わずにコードでレイアウトを組むことが多いけど
Storyboardを使ってレイアウトを組んでみたら基本的なこともわからずかなり時間がかかったのでメモ

#カスタムクラスをStoryboardで使う場合
コードで生成したカスタムクラスをStoryboardで使う場合Identity InspectorのClassに使用するカスタムクラスのクラス名を入力してstoryboardとコード側を紐付けますが

スクリーンショット 2020-03-31 8.37.02.png

UIButtonのカスタムクラスを作成した場合はさらにAttributes InspectorのTypeでCustomを選択する必要があるみたいです

スクリーンショット 2020-03-31 8.38.04.png

参考: https://qiita.com/keygx/items/9cda2b9bd6a4a32c2001

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?