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 b448982 commit 8fd7fdf
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 @@ -212,10 +212,10 @@ func mapView(_ mapView: MapViewPlus, fillColorForAnchorOf calloutView: CalloutVi

- MapViewPlus supplies you a ready-to-go template for callout view. You can see the usage example of it in the example project. Just download it and try.
- It allows you to specify the source of the image. It has three options:
1) ```.downloadable(imageURL: URL, placeholder: UIImage?)```
- Downloads the image with the help of Kingfisher framework
2) ```.fromBundle(image: UIImage)```
3) ```.none```
1) ```.downloadable(imageURL: URL, placeholder: UIImage?)```
- Downloads the image with the help of Kingfisher framework
2) ```.fromBundle(image: UIImage)```
3) ```.none```

### Others

Expand Down

0 comments on commit 8fd7fdf

Please sign in to comment.