2013-02-26 15:37:15 +08:00
2013-02-26 15:32:45 +08:00
2013-02-26 10:59:37 +08:00
2013-02-26 15:37:15 +08:00

ZGPullDragTableView

Awesome TableView Category for Drag and Pull.

img img

The cool thing about ZGPullDragTableView is that, the header and the footer view is a complete functional UIView, over which you have complete control.

Is also super easy to use, the API is very thright forward.

After import UITableView+ZGPullDrag.h to you source file, UITableView will have two more method.

- (void)addZGPullView:(UIView *)pullView;
- (void)addZGDragView:(UIView *)dragView;

and also two more Delegate:

@property (nonatomic) id <ZGPullViewDelegate> ZGPullViewDelegate;
@property (nonatomic) id <ZGDragViewDelegate> ZGDragViewDelegate;

all of its delegate method are optional.

ScreenShot

Description
No description provided
Readme MIT 588 KiB
Languages
Objective-C 89.5%
Ruby 10.5%