Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
okhanokbay committed Mar 10, 2018
1 parent 6aecec9 commit 9aa077e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ If you don't use CocoaPods, you can drag and drop all the classes and use it in
<img src="https://github.com/okhanokbay/MapViewPlus/blob/master/Example/settings_and_module.png">


**2) Setup your annotation view model:**
**2) Setup your Callout View Model:**

```swift
import UIKit
Expand Down Expand Up @@ -107,7 +107,7 @@ class YourCalloutView: UIView, CalloutViewPlus {
}
```

**4) Setup your annotations in your view controller:**
**4) Setup your Annotations in your View Controller:**

```swift
import UIKit
Expand Down Expand Up @@ -137,7 +137,7 @@ class YourViewController: UIViewController {
}
```

**5) Return the image for annotation and the view for callout**
**5) Return the image for Annotation and the View for Callout**

```swift
extension YourViewController: MapViewPlusDelegate {
Expand Down

0 comments on commit 9aa077e

Please sign in to comment.