Skip to content

Commit

Permalink
Add locationManager:didChangeAuthorizationStatus
Browse files Browse the repository at this point in the history
See #41
  • Loading branch information
kiliankoe committed Jul 16, 2015
1 parent 378b6ad commit b167701
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ParkenDD/LotlistViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,10 @@ class LotlistViewController: UITableViewController, CLLocationManagerDelegate, M
}
}

func locationManager(manager: CLLocationManager!, didChangeAuthorizationStatus status: CLAuthorizationStatus) {
// TODO: Implement me to hopefully fix #41
}

// /////////////////////////////////////////////////////////////////////////
// MARK: - MCSwipeTableViewCellDelegate
// /////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit b167701

Please sign in to comment.