일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- weatherkit
- 문법
- isolate
- GIT
- embedded-swift
- OpenAI
- Architecture
- builder
- EventLoop
- WebSocket
- SwiftUI
- Xcode
- LifeCycle
- iot
- tuist
- chartsorg
- dart
- AppleDeveloper
- network
- dartz
- URLSession
- uikit
- SampleApp
- flutter
- swift
- WWDC24
- designpattern
- philipshue
- dgcharts
- raspberrypi5
Archives
- Today
- Total
목록2025/03/16 (1)
Jaebi의 Binary는 호남선

목차목표다운로드 진행상황 확인 (Byte와 퍼센트 분율)View에 연동하여 UI로 확인 구현 내용 다운로드 진행상황 확인을 위한 Delegate 구현`urlSession(_:downloadTask:didWriteData:totalBytesWritten:totalBytesExpectedToWrite:)` delegate 함수내부 구현`streamContinuation`에서 진행상황 퍼센트를 `yield` ... func urlSession(_ session: URLSession, downloadTask: URLSessionDownloadTask, didWriteData bytesWritten: Int64, totalBytesWritten: Int64, totalBytesExpectedTo..
Swift
2025. 3. 16. 05:05