locationServicesEnabled() { switch CLLocationManager.authorizationStatus() { case .restricted, .denied: hasPermission = false default: ....
確定! 回上一頁