CBStoreHouseRefreshControl icon indicating copy to clipboard operation
CBStoreHouseRefreshControl copied to clipboard

Fully customizable pull-to-refresh control inspired by Storehouse iOS app

Results 28 CBStoreHouseRefreshControl issues
Sort by recently updated
recently updated
newest added

Is it possible to add to plist UIBezierPath like this? [bezierPath addCurveToPoint: CGPointMake(83, 18) controlPoint1: CGPointMake(117, 33.22) controlPoint2: CGPointMake(101.78, 18)]; If not it would be a nice to have feature...

In the initializator method - attachToScrollView the color is being passed as a param but later it is not used. Instead a white color is harcoded: BarItem *barItem = [[BarItem...

CBStoreHouseRefreshControl support add to Footer? Please any idea.

In my project, the tableView's inset is supposed to be zero, but on line 128 ``` objective-c if (self.originalTopContentInset == 0) self.originalTopContentInset = self.scrollView.contentInset.top; ``` don't let it be zero,...

when i set the UITableViewController's navigationBar.translucent to no,the refresh logo doesn't work fine

Sometimes it is necessary to manually display the loading (say if we have remote data already being downloaded).