Skip to content

Instantly share code, notes, and snippets.

@radianttap
Created September 17, 2012 10:47
Show Gist options
  • Save radianttap/3736656 to your computer and use it in GitHub Desktop.
Save radianttap/3736656 to your computer and use it in GitHub Desktop.
Remove Legal link in Apple Maps
@hajunho
Copy link

hajunho commented Jul 8, 2021

Thank you very much for your idea.
for fview in self.mapView.subviews { if NSStringFromClass(fview.classForCoder) == "MKAttributionLabel" { fview.isHidden = true } }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment