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

Func to set mainBgColor missing from CocoaPods version #19

Open
dhruveonmars opened this issue Aug 6, 2017 · 3 comments
Open

Func to set mainBgColor missing from CocoaPods version #19

dhruveonmars opened this issue Aug 6, 2017 · 3 comments

Comments

@dhruveonmars
Copy link

When I add this to my project via cocoa pods, its missing the function to set the mainBgColor.

Is there any way to update the version on cocoa pods?

@acjh
Copy link

acjh commented Aug 6, 2017

If urgent:

pod 'FillableLoaders', :git => 'https://github.com/poolqf/FillableLoaders.git', :branch => 'master'

@dhruveonmars
Copy link
Author

Thank you!

@mikaza22
Copy link

mikaza22 commented Dec 3, 2018

You can also edit the mainBgColor this way :

extension FillableLoader {
    func editMainBgColor() {
        super.backgroundColor = UIColor.clear
    }
}

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

3 participants