-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
修复自定义cell中的index不准确的bug #665
base: master
Are you sure you want to change the base?
Conversation
…teger)index cycleScrollView:(SDCycleScrollView *)view中的index不准确的bug
|
你看下我提交那个分支的代码 |
现在他最新的代理里面没有willDisplayCell这个方法,还用去实现你在这个方法中写打代码吗
…------------------ 原始邮件 ------------------
发件人: "gsdios/SDCycleScrollView" ***@***.***>;
发送时间: 2021年6月3日(星期四) 上午9:26
***@***.***>;
***@***.******@***.***>;
主题: Re: [gsdios/SDCycleScrollView] 修复自定义cell中的index不准确的bug (#665)
修复- (void)setupCustomCell:(UICollectionViewCell *)cell forIndex:(NSInteger)index cycleScrollView:(SDCycleScrollView *)view中的index不准确的bug;
你好,遇到了同样的问题,请问你怎么解决的,下载的他最新的demo也还有这个问题
你看下我提交那个分支的代码
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
|
好的,那我明白了,谢谢
…------------------ 原始邮件 ------------------
发件人: "gsdios/SDCycleScrollView" ***@***.***>;
发送时间: 2021年6月3日(星期四) 上午10:06
***@***.***>;
***@***.******@***.***>;
主题: Re: [gsdios/SDCycleScrollView] 修复自定义cell中的index不准确的bug (#665)
没有willDisplayCell这个方法,还用去实现你在这个
我是这样解决的,在willDisplayCell处理响应的业务
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
修复- (void)setupCustomCell:(UICollectionViewCell *)cell forIndex:(NSInteger)index cycleScrollView:(SDCycleScrollView *)view中的index不准确的bug;