回答編集履歴

1

修正

2016/05/19 11:31

投稿

_Kentarou
_Kentarou

スコア8490

test CHANGED
@@ -3,3 +3,21 @@
3
3
 
4
4
 
5
5
  [【Swift】TextViewを選択状態(アクティブ/フォーカス)にする](http://gokexn.blog.fc2.com/blog-entry-127.html)
6
+
7
+
8
+
9
+
10
+
11
+
12
+
13
+ サイトの中の以下は要らないと思いますが、、、
14
+
15
+ ```swift
16
+
17
+ NSOperationQueue.mainQueue().addOperationWithBlock({
18
+
19
+ myTextView.becomeFirstResponder()
20
+
21
+ });
22
+
23
+ ```