Skip to content
This repository was archived by the owner on Jul 1, 2020. It is now read-only.

Commit 25ac459

Browse files
Fix markdown issue
1 parent 011a700 commit 25ac459

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
- Swift 3.0
5151

5252
For Swift 2.3, See branch [Swift2](https://github.com/LeoMobileDeveloper/PullToRefreshKit/tree/Swift2)
53+
5354
##Support
5455

5556
UITableView/UICollectionView/UIScrollView/UIWebView
@@ -131,6 +132,7 @@ Support three mode to fire refresh action
131132
<img src="https://raw.github.com/LeoMobileDeveloper/PullToRefreshKit/master/Screenshot/gif4.gif" width="200">
132133

133134
### Config the default refresh text
135+
134136
PullToRefershKit offer `SetUp` operator,for example
135137

136138
```
@@ -150,7 +152,7 @@ self.tableView.setUpHeaderRefresh { [weak self] in
150152
}
151153
```
152154

153-
###Customize
155+
### Customize
154156

155157
You just need to write a `UIView` sub class,and make it conforms to these protocols
156158

0 commit comments

Comments
 (0)