diff --git a/README.html b/README.html index 81923e9..81716b7 100644 --- a/README.html +++ b/README.html @@ -1021,21 +1021,21 @@

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

选择三级地址

@IBAction func chooseBtnClick() {
-    AreaPickView.showChooseCityView { (province, city,            town) in
-        self.areaLabel.text = province + " " + city + " "         + town
+    AreaPickView.showChooseCityView { (province, city, town) in
+        self.areaLabel.text = province + " " + city + " " + town
         }
 
 }
 
 

-

+

选择二级地址

@IBAction func chooseBtnClick() {
-    AreaPickView.showChooseCityView { (province, city,            town) in
-        self.areaLabel.text = province + " " + city + " "         + town
+    AreaPickView.showChooseCityView { (province, city, town) in
+        self.areaLabel.text = province + " " + city + " " + town
         }
 
 }
 
 

-

\ No newline at end of file +

\ No newline at end of file diff --git a/README.md b/README.md index f95014f..ff585c4 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ } ``` -![](https://github.com/h912545437/AreaPickerView/blob/master/Images/WX20171027-104346@2x.png?raw=true){:height="35%" width="35%"} + ###选择二级地址 ``` @@ -29,4 +29,4 @@ } ``` -![](https://github.com/h912545437/AreaPickerView/blob/master/Images/WX20171027-110406@2x.png?raw=true){:height="35%" width="35%"} +