質問編集履歴

4

エラー追記を追記。

2020/09/11 07:59

投稿

kazuki_user
kazuki_user

スコア147

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
- #### AutoShrink効かない
33
+ 制約のエラーっぽいのです
34
34
 
35
35
 
36
36
 
37
- `Minimum FontScale`が効きません。
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
- storyboardに関する何らかのエラー・バグなどが発生しているのでしょうか?
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

先頭文字を 小 文字にしたい

2020/09/11 07:59

投稿

kazuki_user
kazuki_user

スコア147

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

英字入力と記述

2020/09/11 07:33

投稿

kazuki_user
kazuki_user

スコア147

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,9 @@
2
2
 
3
3
 
4
4
 
5
- Storyboardの`Correction`の`No`が効かず、**Search Barの先頭が小文字になりません。**
5
+ Storyboardの`Correction`の`No`が効かず、
6
+
7
+ 英字入力の際に、**Search Barの先頭が小文字になりません。**
6
8
 
7
9
 
8
10
 

1

AutoShrinkが効かない、という追記

2020/09/11 06:18

投稿

kazuki_user
kazuki_user

スコア147

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
  お時間あるときに、ご返信頂けましたら幸いです????