PullToRefresh icon indicating copy to clipboard operation
PullToRefresh copied to clipboard

A simple iPhone TableViewController for adding pull-to-refresh functionality.

Results 23 PullToRefresh issues
Sort by recently updated
recently updated
newest added

Add a title "PullToRefresh“. Redesign the typography of the subtitle.

some suggested fixes for use with projects that use ARC 1) in the vein of github/jdg/MBProgressHUD.git, add #defines for _STRONG and _WEAK so this can be used for both older...

Hopefully a straightforward merge!

We can do all the animation within Core Animation, without having to use QuartzCore. Makes the installation a bit easier and removes the need for the QuartzCore framework.

Added arrowLeftPadding which by default is 0 and leaves it at the original position. If, for example 40 is used then it's closer to the center of the screen (and...

1. Localization of the strings. 2. The header view had a fixed width of 320 points. I've refactored this so now its width equals to the width of the table....