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
1.5版本里,发现图片滚动存在交叠。就是自动滚动的时候,左边的图片宽度可能超出一部分叠到下一张上面遮盖住,然后右边图片滚到位置后,左边图片因为一部分叠加在右边了,左边图片消失就会出现那么闪的一下。不知道是不是图片的填充问题。
The text was updated successfully, but these errors were encountered:
cell.imageView.clipsToBounds = YES; 图片超出部分不显示,修改内容添加这个属性解决。
Sorry, something went wrong.
No branches or pull requests
1.5版本里,发现图片滚动存在交叠。就是自动滚动的时候,左边的图片宽度可能超出一部分叠到下一张上面遮盖住,然后右边图片滚到位置后,左边图片因为一部分叠加在右边了,左边图片消失就会出现那么闪的一下。不知道是不是图片的填充问题。
The text was updated successfully, but these errors were encountered: