CBStoreHouseRefreshControl icon indicating copy to clipboard operation
CBStoreHouseRefreshControl copied to clipboard

Color function parameter's value not used

Open mamouneyya opened this issue 10 years ago • 3 comments

In line 114, the function ignores the color parameter, with a hardcoded [UIColor whiteColor].

mamouneyya avatar Jan 25 '15 22:01 mamouneyya

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'

winzig avatar Feb 20 '15 19:02 winzig

can the pod be updated to the latest then?

yuklai avatar Jun 06 '15 17:06 yuklai

just use pod 'CBStoreHouseRefreshControl', :head

Skornos avatar Jun 18 '15 13:06 Skornos