回答編集履歴

2

修正

2016/10/22 21:18

投稿

_Kentarou
_Kentarou

スコア8490

test CHANGED
@@ -9,3 +9,17 @@
9
9
  textView.backgroundColor = UIColor.clear
10
10
 
11
11
  ```
12
+
13
+
14
+
15
+ 回答追記
16
+
17
+ ---
18
+
19
+
20
+
21
+ Storyboardでの設定の仕方
22
+
23
+
24
+
25
+ ![イメージ説明](1b9ecd04858ea043d7ff4b4ebe1fb089.png)

1

修正

2016/10/22 21:18

投稿

_Kentarou
_Kentarou

スコア8490

test CHANGED
@@ -4,6 +4,8 @@
4
4
 
5
5
  ```swift
6
6
 
7
+ // コードの場合(Storyboardでもできます)
8
+
7
9
  textView.backgroundColor = UIColor.clear
8
10
 
9
11
  ```