Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KongPro authored Nov 16, 2016
1 parent a40455c commit 2a0d23e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
## 代码示例:
### 1. `类方法创建:`

* 传递参数说明dataArray -- 由菜单文字内容及图片名称组成的**`字典数组`**
* 传递参数说明dataArray -- 由菜单文字内容及图片名称组成的**`字典数组`**

```Objective-C
__weak __typeof(&*self)weakSelf = self;
/**
Expand All @@ -25,7 +26,7 @@
} backViewTap:^{
// 点击背景遮罩view后的block,可自定义事件
}];
```
```
### 2. `展示`
* **方法名称:**
Expand Down

0 comments on commit 2a0d23e

Please sign in to comment.