Explorar o código

Update README.md

M了个J %!s(int64=11) %!d(string=hai) anos
pai
achega
b4aa679701
Modificáronse 1 ficheiros con 1 adicións e 6 borrados
  1. 1 6
      README.md

+ 1 - 6
README.md

@@ -1,11 +1,9 @@
 ## MJRefresh
----
 The easiest way to use pull-to-refresh
 
 ![(52326ce26803fabc46000000_18)](http://code4app.qiniudn.com/photo/52326ce26803fabc46000000_18.gif)
 
 ### 添加头部控件
----
 ```objc
 [self.tableView addHeaderWithTarget:self action:@selector(headerRereshing)];
 ```
@@ -15,7 +13,6 @@ The easiest way to use pull-to-refresh
 ```
  
 ### 添加尾部控件
----
 ```objc
 [self.tableView addFooterWithTarget:self action:@selector(footerRereshing)];
 ```
@@ -25,14 +22,12 @@ The easiest way to use pull-to-refresh
 ```
 
 ### 自动进入刷新状态
----
 ```objc
 [self.tableView headerBeginRefreshing];
 [self.tableView footerBeginRefreshing];
 ```
  
 ### 结束刷新
----
 ```objc
 [self.tableView headerEndRefreshing];
 [self.tableView footerEndRefreshing];
@@ -40,4 +35,4 @@ The easiest way to use pull-to-refresh
 
 ### 可以在MJRefreshConst.h和MJRefreshConst.m文件中自定义显示的文字内容和文字颜色
  
-### 本框架兼容的系统>=iOS6.0,iPhone\iPad横竖屏
+### 本框架兼容的系统>=iOS6.0,iPhone\iPad横竖屏