-
Hi.
I'm using ImageSlideshow with some images loaded via SDWebImage.
My podfile has the entries (these two only):
pod 'SDWebImage', '~> 5.0'
pod "ImageSlideshow/SDWebImage"
but i get the er…
-
RT,pageDot 不见了
-
RT,感谢分享
-
lazy var cycleScrollView: LLCycleScrollView = {
let cycleScrollView = LLCycleScrollView()
cycleScrollView.imageViewContentMode = .scaleAspectFill
cycleScrollView.scrollDirec…
-
嗨,大家有遇到这种情况吗?
执行到 [_pageControl setValue:_pageIndicatorImage forKeyPath:@"pageImage"] 时就闪退,
原因【可能】是 _pageIndicatorImage为空的原因?
控制台显示:
*** Terminating app due to uncaught exception 'NSInternalIn…
-
![default](https://user-images.githubusercontent.com/15857442/33469387-8cac8a48-d69d-11e7-9967-e2ba407261b0.png)
实现这种效果只能去改源码
-
hello, thanks for the amazing PageControl first,
I would like to ask,
when numberOfPages greater than displayCount
the default dots only display for 3 dots, others are hidden/clear color
i…
-
Is there an option to enable that page indicator at the bottom of the intro to IFTTT app?
![screenshot_20160825-133355](https://cloud.githubusercontent.com/assets/12959962/17985008/b4d56bc6-6ac8-11e6…
-
-
使用bannerView.pageControl?.pageType = .hollow模式后,pageControl选中的不对,不会随着图片的轮播而更新当前的index,demo中也存在这个bug