Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望在文本字段而不是键盘中编辑时出现表格视图。
我将如何用数据填充这个表视图?
这有点奇怪,但您可以实现textFieldShouldBeginEditing:,并使用它来显示您的表格视图,然后返回NO以抑制键盘显示。
textFieldShouldBeginEditing:
NO
按照韦恩所说的去做,或者如果你不想使用文本字段代表,那么你可以在你的 上放置一个透明按钮textfield,然后点击按钮,你可以显示 tableView。
textfield