zvonicek / ImageSlideshow

Swift image slideshow with circular scrolling, timer and full screen viewer
MIT License
1.77k stars 473 forks source link

Type 'UIPageControl' has no member 'withSlideshowColors' #428

Open pvnghia123 opened 2 years ago

pvnghia123 commented 2 years ago

I have made a simple example. But I get this error. I use cocoapods to pods the latest version is 1.9. Can anyone help me with the explanation? Screen Shot 2021-11-28 at 01 44 01 Screen Shot 2021-11-28 at 01 44 24

MHamayun commented 2 years ago

Only paste this code Working for me......

    let pageControl = UIPageControl()
    pageControl.currentPageIndicatorTintColor = UIColor.lightGray
    pageControl.pageIndicatorTintColor = UIColor.black

    slideshow.pageIndicator = pageControl