You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
你好,感觉你的Demo,我刚好能够用在自己的项目里,但是在测试的时候,我用8.4测试出现了一个问题,就是在向上滑动时,headView的层次关系进入到cell的底部,找了一下,是版本的不兼容,我调式了下现在可以了,我是这样处理的,
if ( ! header) {
// CollectionView自动将不再bounds内的headers移除了,所以,Headers可能为nil.这种情况下我们需要重新将其加回来 automatically removes headers not in bounds
你好,感觉你的Demo,我刚好能够用在自己的项目里,但是在测试的时候,我用8.4测试出现了一个问题,就是在向上滑动时,headView的层次关系进入到cell的底部,找了一下,是版本的不兼容,我调式了下现在可以了,我是这样处理的,
if ( ! header) {
// CollectionView自动将不再bounds内的headers移除了,所以,Headers可能为nil.这种情况下我们需要重新将其加回来 automatically removes headers not in bounds
}
现在可以了,非常感谢,让我省了不少时间。
The text was updated successfully, but these errors were encountered: