23
23

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.

UIViewControllerとxibを紐づける

Posted at

用意するファイル

  • HogeUIViewController(.hと.m)
  • HogeUIViewController.xib

xibファイルはUIViewControllerと同名にする

紐づけ

  • HogeUIViewController.xibをInterface Builderで開く
  • File's Ownerを選択し、Identity InspectorのCustom ClassにHogeUIViewControllerを指定

スクリーンショット 2014-03-10 12.52.20.png

  • File's Owner右クリックから、viewとIBのviewを結びつける

スクリーンショット 2014-03-10 12.35.09.png

表示

普通にHogeUIViewControllerを表示するコードを書けば、xibのviewが表示される

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?