We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
将ZYCycleview设置为tableview的Headerview时,如果tableview下拉时,即tableview的contentoffset为负值时,ZYCycleview会自动滚回第一张图片,是不是scrollview的代理事件冲突了
The text was updated successfully, but these errors were encountered:
设置图片的时候有这么一句代码collectionView.setContentOffset(.zero, animated: false),注释掉试一下
collectionView.setContentOffset(.zero, animated: false)
在这个方法里面func setResource(_ titlesGroup: Array<String?>?, attributedTitlesGroup: [NSAttributedString?]?)
func setResource(_ titlesGroup: Array<String?>?, attributedTitlesGroup: [NSAttributedString?]?)
Sorry, something went wrong.
No branches or pull requests
将ZYCycleview设置为tableview的Headerview时,如果tableview下拉时,即tableview的contentoffset为负值时,ZYCycleview会自动滚回第一张图片,是不是scrollview的代理事件冲突了
The text was updated successfully, but these errors were encountered: