回答編集履歴

1

追記

2017/06/23 13:33

投稿

izkn
izkn

スコア1698

test CHANGED
@@ -1,3 +1,33 @@
1
+ ###追記
2
+
3
+
4
+
5
+ こっちの方が良いかな。まあお好みで。
6
+
7
+
8
+
9
+ ```
10
+
11
+ textField.inputAssistantItem.leadingBarButtonGroups.removeAll()
12
+
13
+ textField.inputAssistantItem.trailingBarButtonGroups.removeAll()
14
+
15
+ ```
16
+
17
+
18
+
19
+ [inputAssistantItem - UIResponder | Apple Developer Documentation](https://developer.apple.com/documentation/uikit/uiresponder/1621135-inputassistantitem)
20
+
21
+
22
+
23
+ [UITextInputAssistantItem - UIKit | Apple Developer Documentation](https://developer.apple.com/documentation/uikit/uitextinputassistantitem)
24
+
25
+
26
+
27
+ -----
28
+
29
+
30
+
1
31
  `iPad`だと、表示されますね。下記の記述で消えます。
2
32
 
3
33