iOS 17 custom keyboard, when the keyboard is hidden, the custom view is hidden in advance

iOS 17 custom keyboard, when the keyboard is hidden, the custom view is hidden in advance

The custom keyboard code is as follows : let textfield = UITextField() textfield.inputView = UIView()

iOS 17 custom keyboard, when the keyboard is hidden, the custom view is hidden in advance
 
 
Q