일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
31 |
- unittest
- UIKit
- storekit2
- ios면접
- RC
- TDD
- 프로그래머스
- mrc
- alamofire
- 앱의생명주기
- 클린코드
- ARC
- five lines of code
- 카카오맵클론
- Swift디자인패턴
- css학습
- Di
- firestore
- IOS
- AutoLayout
- hackerrank
- Safari Inspector
- Swift코딩테스트
- five lines of cdde
- 리팩터링
- firebase
- SWIFT
- RxSwift
- 코딩테스트입문
- algorithm
- Today
- Total
목록iOS (62)
샘성의 iOS 개발 일지

* 목표 : OpenWeatherMap으로 현재 기온, 날씨 불러오기 Current weather data - OpenWeatherMap Access current weather data for any location on Earth including over 200,000 cities! We collect and process weather data from different sources such as global and local weather models, satellites, radars and a vast network of weather stations. Data is avai openweathermap.org 1. 서버 요청 api 주소 - (필수) : https://api.openweat..

사용자의 앨범에 접근하여 사용자가 선택한 사진을 불러오는, 피커뷰 사용하기 e.g) 인스타그램 프로필 바꿀때 본인의 앨범에 있는 사진을 고를 수 있는 것 피커뷰 기능을 사용할 VC에 PhotosUI import하기 해당 VC를 확장해서 PHPickerViewControllerDelegate 채택 / 확장하기 PHPickerViewControllerDelegate 의 필수 구현 요소(메서드) 구현하기 extension SomeViewController: PHPickerViewControllerDelegate { // 사진이 선택이 된 후에 호출되는 메서드 (필수 구현 요소) func picker(_ picker: PHPickerViewController, didFinishPicking results: [P..