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 |
Tags
- Clean Code
- swiftUI
- 리팩토링
- 클린 코드
- 리펙토링
- UITextView
- clean architecture
- uiscrollview
- 리펙터링
- Xcode
- Protocol
- Refactoring
- ios
- rxswift
- map
- collectionview
- RxCocoa
- combine
- tableView
- swift documentation
- uitableview
- ribs
- 스위프트
- SWIFT
- Observable
- UICollectionView
- MVVM
- 애니메이션
- HIG
- Human interface guide
Archives
- Today
- Total
목록timeoutIntervalForRequest (1)
김종권의 iOS 앱 개발 알아가기
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/cO2lBi/btslcB6Iuhq/U1C5Kw5T6zayjPlPQWv8q0/img.png)
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