这个警告意味着什么:“设置集合视图的第一个响应者视图,但我们不知道它的types(单元格/页眉/页脚)”
我有一个UITollectionView与每个单元格中的UITextView。 当我点击其中一个文本视图,键盘出现时,我在输出面板中得到这个警告:
setting the first responder view of the collection view but we don't know its type (cell/header/footer)
文本input工作正常,虽然。 不过,我真的很想知道在生产中使用此代码之前,这个警告的含义。
据苹果公司称,“你可以放心地忽视这一点”。