Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linear模式在最后一页删除最后一个元素时显示问题。 #357

Open
xdh725 opened this issue Sep 2, 2022 · 0 comments
Open

Comments

@xdh725
Copy link

xdh725 commented Sep 2, 2022

.linear 模式下在在最后一页删除最后一个元素时,attributes的计算正确,但是短时间内执行了两次,最后一次正确的执行结果并没有被页面刷新,可能是动画效果导致的。
解决方式:
在FSPagerView文件下修改 line478 为

    @objc(reloadData)
    open func reloadData() {
        self.collectionViewLayout.needsReprepare = true
        UIView.animate(withDuration: 0, animations: { self.reloadData() }, completion: { _ in })
    }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant