LoginSignup
23
21

More than 5 years have passed since last update.

Xcode6でViewControllerクラスを追加するメモ

Posted at

どってことないことなのですが、以前と変わっていたので。

以前(Xcode5まで)

メニューバーのFile->New->File...から

「Objective-C class」を選んで、

スクリーンショット 2014-09-10 16.53.39.png

Subclass ofに「UIViewController」選択して作りました。

スクリーンショット 2014-09-10 16.54.11.png

Xcode6

メニューバーのFile->New->File...から

『Cocoa Touch Class』を選んで

スクリーンショット 2014-09-10 16.56.19.png

Subclass ofに「UIViewController」選択して作ります。

スクリーンショット 2014-09-10 16.56.47.png

Swiftだから「Swift File」だろうと思って選んだらSubclass選ぶ画面もなく空Swiftファイルができて一瞬焦りました。

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