質問編集履歴
4
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -64,3 +64,7 @@
|
|
64
64
|
| デフォルトの高さ | 入力文字数で高さ可変| ボタン押下後 |
|
65
65
|
| --------- | ----------- | --------------- |
|
66
66
|
|![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2022-06-17/5d4f17b9-c58d-4456-9360-1809eaf372c4.png)|![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2022-06-17/286fc758-b728-47c2-8a32-51b5a519c0c2.png)|![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2022-06-17/5807e9f9-f4b0-484f-b4ab-479b898631f9.png)|
|
67
|
+
|
68
|
+
| viewの設定 | textViewの設定 |
|
69
|
+
| ------------------- | ------------------ |
|
70
|
+
|![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2022-06-20/18732d9e-6164-405e-be81-bf58862626ec.png)|![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2022-06-20/66adfbff-83d2-4bbc-9deb-c48b8a5a5727.png)|
|
3
ごじ
test
CHANGED
File without changes
|
test
CHANGED
@@ -59,7 +59,7 @@
|
|
59
59
|
}
|
60
60
|
|
61
61
|
```
|
62
|
-
ボタンタップのアクション内に `textViewHeight.constant = 80`を書いたのですが高さが残ったままになってしまい
|
62
|
+
ボタンタップのアクション内に `textViewHeight.constant = 80`を書いたのですが高さが残ったままになってしまうのでデフォルトの高さに戻したいです。。。
|
63
63
|
|
64
64
|
| デフォルトの高さ | 入力文字数で高さ可変| ボタン押下後 |
|
65
65
|
| --------- | ----------- | --------------- |
|
2
ごじ
test
CHANGED
File without changes
|
test
CHANGED
@@ -61,3 +61,6 @@
|
|
61
61
|
```
|
62
62
|
ボタンタップのアクション内に `textViewHeight.constant = 80`を書いたのですが高さが残ったままになってしまいます。
|
63
63
|
|
64
|
+
| デフォルトの高さ | 入力文字数で高さ可変| ボタン押下後 |
|
65
|
+
| --------- | ----------- | --------------- |
|
66
|
+
|![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2022-06-17/5d4f17b9-c58d-4456-9360-1809eaf372c4.png)|![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2022-06-17/286fc758-b728-47c2-8a32-51b5a519c0c2.png)|![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2022-06-17/5807e9f9-f4b0-484f-b4ab-479b898631f9.png)|
|
1
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -20,6 +20,7 @@
|
|
20
20
|
}
|
21
21
|
@IBAction func tapButton(_ sender: Any) {
|
22
22
|
testView.text = ""
|
23
|
+
textViewHeight.constant = 80
|
23
24
|
}
|
24
25
|
}
|
25
26
|
|
@@ -58,5 +59,5 @@
|
|
58
59
|
}
|
59
60
|
|
60
61
|
```
|
62
|
+
ボタンタップのアクション内に `textViewHeight.constant = 80`を書いたのですが高さが残ったままになってしまいます。
|
61
63
|
|
62
|
-
|