// https://calliek.tistory.com/63// https://velog.io/@jujube0/SwiftUI로-네이버웹툰-상단-배너-만들기/// 무한 스크롤 + 타이머struct InfiniteCarousel: View { /// 순환배열 @State var items: [Color] = [.red, .green, .blue] /// 타이머 @State var timer = Timer.publish(every: 3, on: .main, in: .common).autoconnect() /// 현재 인덱스 @State private var currentIndex: Int = 0 /// 드래그중 여부 @State private var isDraggin..
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
- 테이블뷰
- presentationcompactadaptation
- localizing
- Authorization
- 로컬라이징
- ios
- AppStore
- Language
- Xcode
- localizable
- 다국어
- 아이오에스
- Infinite Carousel
- 인디케이터
- 심사
- custom segment
- permission
- 현지화
- 리젝
- TabBar
- 스위프트
- swiftUI
- 프로그레스
- TabView
- Reject
- 엑스코드
- picker
- SWIFT
- indicator
- SKPayment
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |