Reworked pull-to-refresh to use gestures

Gesture recognizers clean up some of the view hierarchy related to pull-to-refresh.  This replaces EGOPullToRefresh
This commit is contained in:
Greg Combs
2012-01-17 15:54:08 -06:00
committed by Blake Watters
parent d5690e4b20
commit 28989c5440
40 changed files with 614 additions and 2144 deletions

View File

@@ -29,6 +29,7 @@
#import "RKForm.h"
#import "RKFormSection.h"
#import "RKTableView.h"
#import "RKRefreshTriggerView.h"
#import "RKObjectManager+RKTableController.h"
#endif