完整的信息是:The behavior of the UICollectionViewFlowLayout is not defined because: the item height must be less than the height of the UICollectionView minus the section ...
在可能的情况下,水平集合视图填充视图的底部。当键盘下降时,我会收到上面的一系列消息。我观察到集合视图的contentSize
变成了一个非常小的数字。但我没有试过任何办法让它停止抱怨:当contentSize
更改时,多次尝试调整委托方法以返回较小的大小。
1条答案
按热度按时间bxpogfeg1#
最终起作用的是,从键盘开始移动直到它完全隐藏的时候,抑制使布局无效的消息。目标应用程序是Objective-C,但转换为Swift将是微不足道的。
两个
invalidate
消息都发送到此对象。