Advertisement
Guest User

Untitled

a guest
Aug 24th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. extension MKMapViewDelegate where Self: NSObject {
  2. func mapView(_ mapView: MKMapView, viewFor annotation: MKAnnotation) -> MKAnnotationView? {
  3. ...
  4. }
  5.  
  6. func mapView(_ mapView: MKMapView, rendererFor overlay: MKOverlay) -> MKOverlayRenderer {
  7. ...
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement