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 12, 2018
1 parent 83c337d commit 34cb8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ MapViewPlus gives you the missing methods of MapKit which are: ```imageForAnnota
4) Make it user interaction enabled (this may be easy but tricky sometimes)
5) Scrolls map view to show the callout view completely after tapping the annotation view
5) Even give a ready-to-use template for callout view
6) Forward all of the delegate methods of ```MKMapView``` to your own class (except ```mapView:viewForAnnotation:```)
6) Forward all of the delegate methods of ```MKMapView``` to your subclass of ```MapViewPlus``` (except ```mapView:viewForAnnotation:```)


### Forwarding Delegate Methods
Expand Down

0 comments on commit 34cb8a2

Please sign in to comment.