wwmz / WMZBanner

最好用的轻量级轮播图+卡片样式+自定义样式,链式编程语法(可实现各种样式的轮播图,大多需要的功能都有)(The best lightweight carousel + card style + custom style, chain programming syntax)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

设置循环之后,调用WMZBannerView的scrollToPath 方法,滚动出现异常

zinkLin opened this issue · comments

WMZBannerParam设置循环之后,
.wRepeatSet(YES)

调用WMZBannerView的scrollToPath 方法
[weakSelf.viewBanner scrolToPath:[NSIndexPath indexPathForRow:index inSection:0] animated:YES];

出现异常滚动,并且循环效果消失

必现。

不用自己写滚动,直接调用
.wClickCenterSet(YES) 即可