What does this warning mean: “setting the first responder view of the collection view but we don't know its type (cell/header/footer)”

╄→гoц情女王★ 提交于 2019-12-05 10:46:30

问题


I have a UICollectionView with a UITextView in each cell. When I tap on one of the text views and the keyboard comes up, I get this warning in the output panel:

setting the first responder view of the collection view but we don't know its type (cell/header/footer)

Text input works fine, though. However, I'd really like to know what this warning means before I use this code in production.


回答1:


According to Apple, "you can safely ignore that".

https://devforums.apple.com/message/717898#717898



来源:https://stackoverflow.com/questions/12821670/what-does-this-warning-mean-setting-the-first-responder-view-of-the-collection

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