
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 ..

import SwiftUI/// 커스텀 세그먼트 뷰 (컨텐츠 크기만큼 동적 너비 버전)struct SegmentedFlexibleView: View { let segments: [String] @Binding var currentPage: Int @Namespace private var name var body: some View { ScrollViewReader { proxy in ScrollView(.horizontal, showsIndicators: false) { HStack(spacing: 0) { ForEach(segments.indices, id: \.self) {..
- Total
- Today
- Yesterday
- 심사
- indicator
- Authorization
- custom segment
- TabBar
- swiftUI
- 테이블뷰
- Xcode
- ios
- 엑스코드
- SKProductsRequestDelegate
- localizable
- TabView
- permission
- SKPayment
- presentationcompactadaptation
- 다국어
- 스위프트
- picker
- 아이오에스
- localizing
- AppStore
- SWIFT
- 인디케이터
- 프로그레스
- Language
- 로컬라이징
- 리젝
- 현지화
- Reject
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |