과제) 날씨 API 통신 및 label에 표시 https://openweathermap.org/weather-conditions Weather Conditions - OpenWeatherMap Weather Conditions Home Weather Conditions openweathermap.org 위의 API이용 파일 3개로 구성 + 이외 스토리보드1개 이용 1) WeatherModel.swift 2) WeatherAPIManager.swift 3) WeatherViewController.swift 1) WeatherModel.swift 2) WeatherAPIManager.swift 코드 부분 하나씩 뜯어서 생각해보기 typealias completionHandler = (WeatherModel,..