Closed kes3035 closed 9 months ago
self.weatherViewModel.getDetailVCWeather(location: self.weatherViewModel.yongin) self.weatherViewModel.didFetchedWeathers = { DispatchQueue.main.async { self.navigationController?.pushViewController(detailVC, animated: true) } }
I can handle it through detecting the moment that WeatherService has fetched data completely.
In MainVC, it works but In CurrenCell, It doesn't work