We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc0465 commit cf23eb2Copy full SHA for cf23eb2
Swift Weather/ViewController.swift
@@ -15,7 +15,7 @@ import SwiftWeatherService
15
16
class ViewController: UIViewController, CLLocationManagerDelegate {
17
18
- let locationManager:CLLocationManager = CLLocationManager()
+ private let locationManager = CLLocationManager()
19
20
@IBOutlet var loadingIndicator : UIActivityIndicatorView! = nil
21
@IBOutlet var icon : UIImageView!
0 commit comments