mirror of
https://github.com/zhigang1992/ZGPullDragTableView.git
synced 2026-01-12 16:52:52 +08:00
Update README.md
This commit is contained in:
18
README.md
18
README.md
@@ -1,7 +1,7 @@
|
||||
ZGPullDragTableView
|
||||
===================
|
||||
|
||||
Awesome TableView Category for Drag and Pull.
|
||||
Awesome TableView Category for Drag and Pull, light weigh yet powerful customization.
|
||||
|
||||

|
||||

|
||||
@@ -29,6 +29,20 @@ and also two more `Delegate`:
|
||||
|
||||
all of its delegate method are optional.
|
||||
|
||||
```
|
||||
@protocol ZGDragViewDelegate <NSObject>
|
||||
@optional
|
||||
- (void)dragView:(UIView *)dragView Show:(CGFloat )showPixels ofTotal:(CGFloat )totalPixels;
|
||||
- (void)dragView:(UIView *)dragView hangForCompletionBlock:(void (^)())completed;
|
||||
@end
|
||||
|
||||
@protocol ZGPullViewDelegate <NSObject>
|
||||
@optional
|
||||
- (void)pullView:(UIView *)pullView Show:(CGFloat )shownPixels ofTotal:(CGFloat )totalPixels;
|
||||
- (void)pullView:(UIView *)pullView hangForCompletionBlock:(void (^)())completed;
|
||||
@end
|
||||
```
|
||||
|
||||
[](http://youtu.be/1LU7k563Cmo)
|
||||
|
||||
|
||||
@@ -37,7 +51,7 @@ all of its delegate method are optional.
|
||||
|
||||
####Contact:
|
||||
* [@F_ZG](http://twitter.com/F_ZG)
|
||||
* [zhigang1992@gmail.com]
|
||||
* zhigang1992@gmail.com
|
||||
|
||||
|
||||
####Licsen-MIT
|
||||
|
||||
Reference in New Issue
Block a user