Skip to content

Commit

Permalink
修改README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
h912545437 committed Oct 27, 2017
1 parent 89fcfb8 commit 488c225
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
最简单的选择地理位置控件


##使用方法
## 使用方法


###复制AreaPickerView文件夹到项目工程,确保文件夹里面内容被包含到target
### 复制AreaPickerView文件夹到项目工程,确保文件夹里面内容被包含到target

###选择三级地址
### 选择三级地址
```
@IBAction func chooseBtnClick() {
AreaPickView.showChooseCityView { (province, city, town) in
Expand All @@ -19,7 +19,7 @@
```
<img width="35%" height="35%" src="https://github.com/h912545437/AreaPickerView/blob/master/Images/[email protected]?raw=true"/>

###选择二级地址
### 选择二级地址
```
@IBAction func chooseBtnClick() {
AreaPickView.showChooseCityView { (province, city, town) in
Expand Down

0 comments on commit 488c225

Please sign in to comment.