## IQKeyboardManagerが効かず、キーボードが表示されない
AppDelegate.swift
にて、下記を実行し、タイピングと同時に エミュレータでもキーボードが表示される仕様にしたいのですが、エラーになります。
AppDelegate
1import IQKeyboardManagerSwift 2 3IQKeyboardManager.shared.enable = true
## 参考
画面下部から、キーボードが出てこれないみたいです。
Button
の制約を外しても尚、キーボードは出てきません。
## エラー
swift
1[LayoutConstraints] Unable to simultaneously satisfy constraints. 2 3... 4 5Will attempt to recover by breaking constraint 6<NSLayoutConstraint:0x600000cdcd70 'assistantView.top' V:[_UIRemoteKeyboardPlaceholderView:0x7ff5a0593ed0]-(0)-[TUISystemInputAssistantView:0x7ff5a0619b00] (active)> 7 8Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger. 9The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKitCore/UIView.h> may also be helpful.
## 参考サイト
質問は以上です。
お時間あるときに、ご返信頂けましたら幸いです????
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/09/05 22:03 編集
2020/09/05 22:07