0
0

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 1 year has passed since last update.

【Swift】UIパーツとコントローラーが紐づかない時の対処法

Posted at

はじめに

UIパーツとコントローラーの紐付けに少し苦戦したので、メモを残します。

現象

いつものように、「controlキー」を押してImageViewをドラッグしてコントローラーと紐付けしようとしたところ、何も起きない、、、
えっどうして???

原因

結論を言うと、ViewクラスにViewControllerが設定されていないからです。

解決方法

Viewの中の「File's Owner」のクラスを紐付けたいコントローラー名に設定してください。そうすれば、ViewとContorollerは紐づくはずです!

viewとコントローラーの名前が一緒なのでややこしいですが、以下は、「BottomPopViewCell.xib」と「BottomPopViewCell.swift」というファイルを紐づけています!
スクリーンショット 2023-08-02 14.42.43.png

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?