FillableLoaders icon indicating copy to clipboard operation
FillableLoaders copied to clipboard

Func to set mainBgColor missing from CocoaPods version

Open dhruveonmars opened this issue 7 years ago • 3 comments

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?

dhruveonmars avatar Aug 06 '17 10:08 dhruveonmars

If urgent:

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

acjh avatar Aug 06 '17 10:08 acjh

Thank you!

dhruveonmars avatar Aug 06 '17 11:08 dhruveonmars

You can also edit the mainBgColor this way :

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

mikaza22 avatar Dec 03 '18 14:12 mikaza22