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 80d3cea commit 89fcfb8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -1021,21 +1021,21 @@ <h2 id="_1"><a name="user-content-_1" href="#_1" class="headeranchor-link" aria-
<h3 id="areapickerviewtarget"><a name="user-content-areapickerviewtarget" href="#areapickerviewtarget" class="headeranchor-link" aria-hidden="true"><span class="headeranchor"></span></a>复制AreaPickerView文件夹到项目工程,确保文件夹里面内容被包含到target</h3>
<h3 id="_2"><a name="user-content-_2" href="#_2" class="headeranchor-link" aria-hidden="true"><span class="headeranchor"></span></a>选择三级地址</h3>
<p><pre><code>@IBAction func chooseBtnClick() {
AreaPickView.showChooseCityView { (province, city, town) in
self.areaLabel.text = province + &quot; &quot; + city + &quot; &quot; + town
AreaPickView.showChooseCityView { (province, city, town) in
self.areaLabel.text = province + &quot; &quot; + city + &quot; &quot; + town
}

}

</code></pre><br />
<img alt="" height="35%" src="https://github.com/h912545437/AreaPickerView/blob/master/Images/[email protected]?raw=true" width="35%" /></p>
<img width="35%" height="35%" src="https://github.com/h912545437/AreaPickerView/blob/master/Images/[email protected]?raw=true"/></p>
<h3 id="_3"><a name="user-content-_3" href="#_3" class="headeranchor-link" aria-hidden="true"><span class="headeranchor"></span></a>选择二级地址</h3>
<p><pre><code>@IBAction func chooseBtnClick() {
AreaPickView.showChooseCityView { (province, city, town) in
self.areaLabel.text = province + &quot; &quot; + city + &quot; &quot; + town
AreaPickView.showChooseCityView { (province, city, town) in
self.areaLabel.text = province + &quot; &quot; + city + &quot; &quot; + town
}

}

</code></pre><br />
<img alt="" height="35%" src="https://github.com/h912545437/AreaPickerView/blob/master/Images/[email protected]?raw=true" width="35%" /></p></article></body></html>
<img width="35%" height="35%" src="https://github.com/h912545437/AreaPickerView/blob/master/Images/[email protected]?raw=true"/></p></article></body></html>
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
```
![](https://github.com/h912545437/AreaPickerView/blob/master/Images/[email protected]?raw=true){:height="35%" width="35%"}
<img width="35%" height="35%" src="https://github.com/h912545437/AreaPickerView/blob/master/Images/[email protected]?raw=true"/>

###选择二级地址
```
Expand All @@ -29,4 +29,4 @@
}
```
![](https://github.com/h912545437/AreaPickerView/blob/master/Images/[email protected]?raw=true){:height="35%" width="35%"}
<img width="35%" height="35%" src="https://github.com/h912545437/AreaPickerView/blob/master/Images/[email protected]?raw=true"/>

0 comments on commit 89fcfb8

Please sign in to comment.