반응형
Notice
Recent Posts
Recent Comments
Link
- Today
- Total
04-21 16:48
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- tapply
- scheduledTimer
- struct
- MVC
- Observable
- Optional
- Linux
- SQL
- ios
- decode
- swiftUI
- Python
- rest api
- 시각화
- ReLU
- HTTP
- SWIFT
- 티스토리챌린지
- rxswift
- 연산자
- sigmoid
- 오블완
- 명령어
- substr
- r
- Request
- barplot
- cocoapods
- 딥러닝
- deeplearning
Archives
목록CoreLocation (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