Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am jrmullins on github.
  • I am john_mullins (https://keybase.io/john_mullins) on keybase.
  • I have a public key ASB-CXVUaastsxCZfT5dBEnR3BfeT_JFNP9DxPTvwy8D3Qo

To claim this, I am signing this object:

import UIKit
import CoreLocation
import MapKit
class ViewController: UIViewController, CLLocationManagerDelegate, MKMapViewDelegate {
@IBOutlet weak var theMap: MKMapView!
@IBOutlet weak var theLabel: UILabel!
var manager:CLLocationManager!