stop popoverViewController resignFirstResponder after dismissed

不想你离开。 提交于 2019-12-11 05:12:57

问题


I am using a uitableview containing multiple rows, and each row contains two UITextFields side by side. let's say TextField1, TextField2. When a user taped on TextField1, and start typing, a popoverViewController shows up for suggestions. When the user tap on a suggestion from the popoverViewController, the popover dismissed (this is what i want), then the keyboard dismissed as well (this is not what i want). if now the user tap on TextField2, the keyboard comes up.

I want to keep the keyboard up because the user needs to input in TextField2. How can i make this happen?

really appreciated.

来源:https://stackoverflow.com/questions/12356814/stop-popoverviewcontroller-resignfirstresponder-after-dismissed

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!