Skip to content

Instantly share code, notes, and snippets.

View havocked's full-sized avatar

Nataniel martin havocked

  • Berlin
View GitHub Profile
import MapKit
@IBDesignable
public class SAMUserTrackingButton: UIView {
public var mapView: MKMapView? {
willSet {
mapView?.removeObserver(self, forKeyPath: "userTrackingMode")
}