質問編集履歴
1
説明追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -106,6 +106,9 @@
|
|
106
106
|
```
|
107
107
|
|
108
108
|
```Swift
|
109
|
+
|
110
|
+
//モーダル画面のソース
|
111
|
+
|
109
112
|
import UIKit
|
110
113
|
|
111
114
|
class ChatViewController: UIViewController, UIScrollViewDelegate, UITextFieldDelegate, UITextViewDelegate, UITableViewDelegate, UITableViewDataSource {
|