This repository was archived by the owner on Jul 1, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ pod "PullToRefreshKit"
7171```
7272## Useage
7373
74- ###Pull down to refresh
74+ ### Pull down to refresh
7575
7676
7777```
@@ -91,7 +91,7 @@ self?.tableView.endHeaderRefreshing(.Success,delay: 0.5)
9191<img src =" https://raw.github.com/LeoMobileDeveloper/PullToRefreshKit/master/Screenshot/gif1.gif " width =" 320 " >
9292
9393
94- ###Pull up to load more
94+ ### Pull up to load more
9595
9696Support three mode to fire refresh action
9797- [x] Tap
@@ -109,7 +109,7 @@ Support three mode to fire refresh action
109109<img src =" https://raw.github.com/LeoMobileDeveloper/PullToRefreshKit/master/Screenshot/gif2.gif " width =" 320 " >
110110
111111
112- ###Pull left to exit
112+ ### Pull left to exit
113113
114114```
115115 scrollView.setUpLeftRefresh { [weak self] in
@@ -119,7 +119,7 @@ Support three mode to fire refresh action
119119
120120<img src =" https://raw.github.com/LeoMobileDeveloper/PullToRefreshKit/master/Screenshot/gif3.gif " width =" 200 " >
121121
122- ###Pull right to enter
122+ ### Pull right to enter
123123
124124```
125125 scrollView.setUpRightRefresh { [weak self] in
@@ -130,7 +130,7 @@ Support three mode to fire refresh action
130130
131131<img src =" https://raw.github.com/LeoMobileDeveloper/PullToRefreshKit/master/Screenshot/gif4.gif " width =" 200 " >
132132
133- ###Config the default refresh text
133+ ### Config the default refresh text
134134PullToRefershKit offer ` SetUp ` operator,for example
135135
136136```
You can’t perform that action at this time.
0 commit comments