You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ Using this library includes several basic steps:
74
74
}
75
75
```
76
76
77
-
If you need to make simple pin which can show custom info views, you can use the same method, but with additional parameters which define the classfor custom map info view and nib name, like in this sample code:
77
+
If you need to make simple pin which can show custom info views, you can use the same method, but with additional parameters which define the classfor custom map info view and nib name, like in this sample code:
@@ -91,7 +91,7 @@ Using this library includes several basic steps:
91
91
```
92
92
93
93
94
-
Further, if you want to show pin with a custom image which can show callout, but not custom info view, you can use HCAnnotationView class and its static hcCreatePin method, like in this sample code:
94
+
Further, if you want to show pin with a custom image which can show callout, but not custom info view, you can use HCAnnotationView class and its static hcCreatePin method, like in this sample code:
@@ -102,7 +102,7 @@ Using this library includes several basic steps:
102
102
}
103
103
```
104
104
105
-
And finally, if you want to show pin with a custom image which can show custom info views, you can the same method, but with additional parameters which define the classfor custom map info view and nib name, like in this sample code:
105
+
And finally, if you want to show pin with a custom image which can show custom info views, you can the same method, but with additional parameters which define the classfor custom map info view and nib name, like in this sample code:
0 commit comments