Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
Tags
- 클린 코드
- 스위프트
- map
- UITextView
- 애니메이션
- uiscrollview
- Clean Code
- Protocol
- Observable
- HIG
- tableView
- combine
- swift documentation
- SWIFT
- 리팩토링
- scrollview
- MVVM
- RxCocoa
- swiftUI
- Xcode
- ribs
- ios
- Refactoring
- collectionview
- 리펙토링
- uitableview
- clean architecture
- rxswift
- Human interface guide
- UICollectionView
Archives
- Today
- Total
목록timeoutIntervalForRequest (1)
김종권의 iOS 앱 개발 알아가기
URLSessionConfiguration 이란? URLSession 인스턴스를 생성할 때 URLSessionConfiguration를 사용하여 캐시 정책, 타임아웃 지정이 가능 URLSessionConfiguration에서 설정하는 값들 timeout 값 caching 정책 connection requirement ex) URLSessionConfiguration 사용법 // config를 default로 설정한 경우 let configuration = URLSessionConfiguration.default let session = URLSession(configuration: configuration, delegate: self, delegateQueue: nil) // config를 내장된 값으로..
iOS 응용 (swift)
2023. 7. 2. 02:01