Skip to content

Commit

Permalink
Revert CustomViewController changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MaartenZonneveld committed Feb 16, 2024
1 parent 83cc086 commit 55a467a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions XcodeProj/Examples/Swift/CustomViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class CustomViewController: UIViewController, MLNMapViewDelegate {
routeController = RouteController(along: userRoute!, locationManager: locationManager)

mapView.delegate = self
mapView.courseTrackingDelegate = self
mapView.compassView.isHidden = true

instructionsBannerView.delegate = self
Expand Down

0 comments on commit 55a467a

Please sign in to comment.