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.
我有 10 个按钮,每个按钮都有一个字母。我想要它,所以一旦按下 1 个按钮,它就会显示在文本视图中。所以我可以按下 10 个按钮并在 uitextview 中输入所有“字母”?
谢谢
您可以将按钮放在自定义视图容器中,并更改文本视图的输入视图属性。当文本视图变为活动状态时,将显示您的视图而不是键盘(如果这是您要完成的操作)。
如果您不想这样做,而是让按钮始终可见,您可以使用 textview 禁用用户迭代,捕获按钮的操作,在 textview 中使用 outlet/ivar,然后附加新的文本内容基于单击按钮。