KDCycleBannerView
KDCycleBannerView copied to clipboard
A Cycle Or Loop UIScrollView For Banner
pod install to KDCycleBannerView in my project but. KDCycleBannerViewDataSource Error => KDCycleBannerViewDataource KDCycleBannerViewDataSource "S" miss
in `-autoSwitchBannerView` method, `performSelector:withObject:afterDelay` will retain self, and cause a memory leak.
how to reload like self.tableView.reloadData()
if (_datasourceImages.count == 0) { if ([self.datasource respondsToSelector:@selector(placeHolderImageOfZeroBannerView)]) { UIImageView *imageView = [[UIImageView alloc] initWithFrame:CGRectMake(0, 0, CGRectGetWidth(_scrollView.frame), CGRectGetHeight(_scrollView.frame))]; imageView.contentMode = UIViewContentModeScaleAspectFill; // Add imageView.layer.masksToBounds = YES; imageView.backgroundColor = [UIColor clearColor];...
请教下大神,改变这个View的frame的时候,图片会自动回滚到第一张图片,另外高度增加的时候,后面的图片会从侧边挤进来,是因为layoutSubviews造成的吗?这两个问题要怎么解决?
When I have a lot of images, 1000 for example, with out Reuseable Mechanism, the memory will break out!
The Frames UIImages are not fit the frame of the Banner when I use Constraints into my storyboard.
he could you plz make a way that we can add image to it without delegation , and we can add any view we want to scroll it could be...