我正在处理我的应用程序中的视图,涉及三个主要部分:
现在,我正在为该屏幕进行适当的设计,并且我认为如果“控制器”视图的一小部分与我的键盘重叠将看起来不错。我尝试过类似的事情:
UIApplication.shared.windows[UIApplication.shared.windows.count - 1].addSubview(textController.view)
,这会导致崩溃:child view controller: View should have parent view controller:(null) but actual parent is: PresentingViewController
Float.greatestFiniteMagnitude
,但不会放在键盘上方。问题: 在iOS的键盘上方获取容器视图的最佳方法是什么?