CBStoreHouseRefreshControl
CBStoreHouseRefreshControl copied to clipboard
Color function parameter's value not used
In line 114, the function ignores the color parameter, with a hardcoded [UIColor whiteColor].
I thought I was going crazy, but yeah. Weird thing is it was fixed in the source back on 11/8/2014. Looks like a new release needs to be generated and the Podspec updated. In the meantime, you could call:
pod 'CBStoreHouseRefreshControl', :git => 'https://github.com/coolbeet/CBStoreHouseRefreshControl.git'
You might also want to check out this fork, which has some interesting additions:
https://github.com/Legoless/CBStoreHouseRefreshControl
Which you could use with:
pod 'CBStoreHouseRefreshControl', :git => 'https://github.com/Legoless/CBStoreHouseRefreshControl.git'
can the pod be updated to the latest then?
just use pod 'CBStoreHouseRefreshControl', :head