作者:萌萌美人鱼 | 来源:互联网 | 2023-02-08 06:18
Ihaveauiviewcontrollerthatcontainsauitableview,thisuitableviewisfullofcustomcellsthat
I have a uiviewcontroller that contains a uitableview, this uitableview is full of custom cells that contain a textfield.
我有一个包含uitableview的uiviewcontroller,这个uitableview充满了包含textfield的自定义单元格。
This view in storyboard is loaded as a popover, so the behaviour is:
故事板中的视图作为弹窗加载,因此行为为:
iPad - If the keyboard is loaded and the keyboard hides the current editing cell, the cell automatically moves up so it is visible, regardless of its position in the tableview
iPad——如果加载了键盘,键盘隐藏了当前的编辑单元格,那么该单元格将自动向上移动,使其可见,无论它在tableview中的位置如何
iPhone - It doesn't, the tableview dosn't move if the keyboard hides the cell.
iPhone -如果键盘隐藏了单元格,它不会移动。
Can anyone suggest an elegant way round this?
有人能提出一个优雅的解决方法吗?
Thanks
谢谢
2 个解决方案