teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

2

修正

2016/06/29 14:33

投稿

_Kentarou
_Kentarou

スコア8490

answer CHANGED
@@ -1,2 +1,7 @@
1
1
  パット見は合っているので`⌘ + B` で一度ビルドすると認識する場合があると思います。
2
- ※前提として`MessagesViewController`が`UIViewController`を継承している必要が有ります、あとStoryboard IDには`MessageViewController`を指定してください。
2
+ ※前提として`MessagesViewController`が`UIViewController`を継承している必要が有ります、あとStoryboard IDには`MessageViewController`を指定してください。
3
+
4
+ コードを再確認したら、
5
+ let messageVC = storyboard.instantiateViewControllerWithIdentifier(`"MessageViewController"`) as! `MessagesViewController`
6
+
7
+ Storyboard IDとクラス名が違いましたこちらは揃えた方が間違いが少ないと思います。

1

修正

2016/06/29 14:33

投稿

_Kentarou
_Kentarou

スコア8490

answer CHANGED
@@ -1,2 +1,2 @@
1
1
  パット見は合っているので`⌘ + B` で一度ビルドすると認識する場合があると思います。
2
- ※前提として`MessagesViewController`が`UIViewController`を継承している必要が有ります。
2
+ ※前提として`MessagesViewController`が`UIViewController`を継承している必要が有ります、あとStoryboard IDには`MessageViewController`を指定してください