
func test() async { await withTaskGroup(of: Int.self) { taskGroup in [3,1,2].forEach { i in taskGroup.addTask { print("시작 \(i)") try? await Task.sleep(for: .seconds(i)) return i } } for await element in taskGroup { print("완료 \(element)") } } print("모두 완료")}Task { ..

1. 이미지에서 평균 색상 추출extension UIImage { // https://www.rudrank.com/exploring-core-graphics-extract-prominent-unique-colors-uiimage/ /// 이미지에서 대표 색상 추출 Extracts the most prominent and unique colors from the image. /// /// - Parameter numberOfColors: The number of prominent colors to extract (default is 1). /// - Returns: An array of UIColors representing the prominent colors. func ..

// https://developer.apple.com/documentation/swiftui/scrolltargetbehavior/viewaligned/// 다음 뷰 약간 보이는 페이징 스크롤struct ContentView: View { var items: [Color] = [.yellow, .green, .blue, .brown, .orange, .red] var body: some View { ScrollView(.horizontal) { LazyHStack(spacing: 20) { ForEach(items, id: \.self) { item in item ..
- Total
- Today
- Yesterday
- custom segment
- 다국어
- indicator
- SKPayment
- 리젝
- localizable
- swiftUI
- picker
- Authorization
- 심사
- TabView
- permission
- 로컬라이징
- SKProductsRequestDelegate
- 스위프트
- 아이오에스
- 테이블뷰
- Reject
- AppStore
- 인디케이터
- 프로그레스
- localizing
- Language
- 엑스코드
- ios
- Xcode
- TabBar
- SWIFT
- presentationcompactadaptation
- 현지화
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |