質問編集履歴
4
エラー追記を追記。
test
CHANGED
File without changes
|
test
CHANGED
@@ -26,20 +26,50 @@
|
|
26
26
|
|
27
27
|
|
28
28
|
|
29
|
-
## 追記
|
29
|
+
## エラー追記
|
30
30
|
|
31
31
|
|
32
32
|
|
33
|
-
|
33
|
+
制約のエラーっぽいのですが、
|
34
34
|
|
35
35
|
|
36
36
|
|
37
|
-
`
|
37
|
+
```
|
38
38
|
|
39
|
+
2020-09-11 16:57:02.606612+0900 CodeCheck-Test-Yumemi[50965:3868420] [LayoutConstraints] Unable to simultaneously satisfy constraints.
|
40
|
+
|
41
|
+
Probably at least one of the constraints in the following list is one you don't want.
|
42
|
+
|
43
|
+
Try this:
|
44
|
+
|
39
|
-
story
|
45
|
+
(1) look at each constraint and try to figure out which you don't expect;
|
46
|
+
|
47
|
+
(2) find the code that added the unwanted constraint or constraints and fix it.
|
48
|
+
|
49
|
+
(
|
50
|
+
|
51
|
+
"<NSLayoutConstraint:0x60000345de50 'assistantHeight' TUISystemInputAssistantView:0x7fc4cbb12e20.height == 44 (active)>",
|
52
|
+
|
53
|
+
"<NSLayoutConstraint:0x600003420e10 'assistantView.bottom' TUISystemInputAssistantView:0x7fc4cbb12e20.bottom == _UIKBCompatInputView:0x7fc4cba22750.top (active)>",
|
54
|
+
|
55
|
+
"<NSLayoutConstraint:0x6000034207d0 'assistantView.top' V:|-(0)-[TUISystemInputAssistantView:0x7fc4cbb12e20] (active, names: '|':UIInputSetHostView:0x7fc4ca45e670 )>",
|
56
|
+
|
57
|
+
"<NSLayoutConstraint:0x600003456260 'inputView.top' V:|-(0)-[_UIKBCompatInputView:0x7fc4cba22750] (active, names: '|':UIInputSetHostView:0x7fc4ca45e670 )>"
|
58
|
+
|
59
|
+
)
|
40
60
|
|
41
61
|
|
42
62
|
|
43
|
-
|
63
|
+
Will attempt to recover by breaking constraint
|
44
64
|
|
65
|
+
<NSLayoutConstraint:0x600003420e10 'assistantView.bottom' TUISystemInputAssistantView:0x7fc4cbb12e20.bottom == _UIKBCompatInputView:0x7fc4cba22750.top (active)>
|
66
|
+
|
67
|
+
|
68
|
+
|
45
|
-
|
69
|
+
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
|
70
|
+
|
71
|
+
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKitCore/UIView.h> may also be helpful.
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
```
|
3
先頭文字を 小 文字にしたい
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
Search Barの先頭
|
1
|
+
Search Barの先頭文字を 小 文字にしたい
|
test
CHANGED
@@ -8,11 +8,7 @@
|
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
-
可能ならStoryboardで済ませたいです
|
11
|
+
可能ならStoryboardで済ませたいです
|
12
|
-
|
13
|
-
コードの場合、`textField.autocorrectionType = .no`はどこに記述すればよいのでしょうか?
|
14
|
-
|
15
|
-
|
16
12
|
|
17
13
|
|
18
14
|
|
@@ -23,10 +19,6 @@
|
|
23
19
|
|
24
20
|
|
25
21
|
## 参考サイト
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
[https://stackoverflow.com/questions/3802389/how-to-disable-text-autocorrection-for-an-uitextfield-or-keyboard](https://stackoverflow.com/questions/3802389/how-to-disable-text-autocorrection-for-an-uitextfield-or-keyboard)
|
30
22
|
|
31
23
|
|
32
24
|
|
2
英字入力と記述
test
CHANGED
File without changes
|
test
CHANGED
@@ -2,7 +2,9 @@
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
Storyboardの`Correction`の`No`が効かず、
|
5
|
+
Storyboardの`Correction`の`No`が効かず、
|
6
|
+
|
7
|
+
英字入力の際に、**Search Barの先頭が小文字になりません。**
|
6
8
|
|
7
9
|
|
8
10
|
|
1
AutoShrinkが効かない、という追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -32,6 +32,20 @@
|
|
32
32
|
|
33
33
|
|
34
34
|
|
35
|
+
## 追記
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
#### AutoShrinkが効かない
|
40
|
+
|
41
|
+
|
42
|
+
|
43
|
+
`Minimum FontScale`が効きません。
|
44
|
+
|
45
|
+
storyboardに関する何らかのエラー・バグなどが発生しているのでしょうか?
|
46
|
+
|
47
|
+
|
48
|
+
|
35
49
|
質問は以上です。
|
36
50
|
|
37
51
|
お時間あるときに、ご返信頂けましたら幸いです????
|