Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pvnghia123 opened this issue Nov 27, 2021 · 1 comment
Open

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

pvnghia123 opened this issue Nov 27, 2021 · 1 comment

Comments

@pvnghia123
Copy link

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
Copy link

MHamayun commented Jul 12, 2022

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

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

    slideshow.pageIndicator = pageControl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants