用意するファイル
- HogeUIViewController(.hと.m)
- HogeUIViewController.xib
xibファイルはUIViewControllerと同名にする
紐づけ
- HogeUIViewController.xibをInterface Builderで開く
- File's Ownerを選択し、Identity InspectorのCustom ClassにHogeUIViewControllerを指定
- File's Owner右クリックから、viewとIBのviewを結びつける
表示
普通にHogeUIViewControllerを表示するコードを書けば、xibのviewが表示される