9. URLSession_2022.08.31
URLSession - ViewController import UIKit class ViewController: UIViewController { let temperatureLabel = UILabel() override func viewDidLoad() { super.viewDidLoad() configureUI() NetworkService.shared.fetch(urlString: URL.weather) { weatherInfo in self.temperatureLabel.text = String(weatherInfo.main.temp) } } } //MARK: -UI extension ViewController { final private func configureUI() { setAttribut..
순진이의 하루/study정리
2022. 8. 31. 11:28
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크