y-Han

Results 1 comments of y-Han

感谢回复~我在你的demo中的代码👇 WMZBannerParam *param = BannerParam() .wFrameSet(CGRectMake(10,100, BannerWitdh-140, BannerHeight*0.35)) .wItemSizeSet(CGSizeMake(BannerWitdh, BannerHeight*0.25)) .wDataSet([self getData]) .wEventScrollEndSet(^(id anyID, NSInteger index, BOOL isCenter, UICollectionViewCell *cell) { NSLog(@"滚动到第%ld个",index); }) //设置item的间距 .wLineSpacingSet(30) //开启卡片叠加模式 .wCardOverLapSet(YES) //毛玻璃背景 .wEffectSet(YES) //循环...