FillableLoaders
FillableLoaders copied to clipboard
Func to set mainBgColor missing from CocoaPods version
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?
If urgent:
pod 'FillableLoaders', :git => 'https://github.com/poolqf/FillableLoaders.git', :branch => 'master'
Thank you!
You can also edit the mainBgColor this way :
extension FillableLoader {
func editMainBgColor() {
super.backgroundColor = UIColor.clear
}
}