Skip to content

Instantly share code, notes, and snippets.

@iosdevie
Created May 26, 2021 07:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iosdevie/4dddcaa167169c30e67e519b41711a7b to your computer and use it in GitHub Desktop.
Save iosdevie/4dddcaa167169c30e67e519b41711a7b to your computer and use it in GitHub Desktop.
MKMapView init
var mapView = MKMapView(frame: CGRect(x: 0, y: 60, width:
view.frame.size.width, height: view.frame.size.height - 60))
self.view.addSubview(mapView)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment