Guest User

Untitled

a guest
Dec 12th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. // Not required: Prints which rules are being monitored for, helpful for debugging
  2. func locationManager(_ manager: CLLocationManager, didStartMonitoringFor region: CLRegion) {
  3. print("Started monitoring for \(region.identifier)")
  4. }
Add Comment
Please, Sign In to add comment