반응형
Notice
Recent Posts
Recent Comments
Link
- Today
- Total
04-19 06:02
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- struct
- Request
- decode
- swiftUI
- 티스토리챌린지
- sigmoid
- deeplearning
- cocoapods
- Optional
- r
- 시각화
- 오블완
- rest api
- Observable
- 연산자
- SWIFT
- substr
- 명령어
- rxswift
- Linux
- ios
- HTTP
- tapply
- barplot
- ReLU
- SQL
- Python
- 딥러닝
- scheduledTimer
- MVC
Archives
목록GPS (1)
iOS 개발 기록 블로그

CoreLocation를 활용하여 위치 데이터를 받아볼 것이다. 먼저 해당 라이브러리를 import 해줘야 한다. import UIKit import CoreLocation class WeatherViewController: UIViewController { @IBOutlet weak var conditionImageView: UIImageView! @IBOutlet weak var temperatureLabel: UILabel! @IBOutlet weak var cityLabel: UILabel! @IBOutlet weak var searchTextField: UITextField! var weatherManager = WeatherManager() let locationManager = CLLocat..
iOS
2022. 6. 29. 09:00