struct InfiniteCarouselView: View { init(imageNames: [String], velocity: CGFloat = 1) { self.imageNames = imageNames var items: [Item] = [] items.append(contentsOf: imageNames.map { Item(id: UUID(), imageName: $0) }) items.append(contentsOf: imageNames.map { Item(id: UUID(), imageName: $0) }) items.append(contentsOf: imageNames.map { Item..
import SwiftUI/// 강아지 반복 이동 뷰struct MovingDogView: View { @State private var position: CGFloat = -(UIScreen.main.bounds.width / 2 - 50) @State private var isFlipped = false // 이미지 반전 여부 @State private var timer: Timer? private let duration: TimeInterval = 2 var body: some View { VStack { GifImageView("dog") .frame(width: 50, height: 50) ..
// https://stackademic.com/blog/swiftui-dropdown-menu-3-ways-picker-menu-and-custom-from-scratch/// 드롭다운 메뉴struct DropDownMenu: View { let placeholder: String let options: [String] var menuWdith: CGFloat? = 150 var buttonHeight: CGFloat = 50 var maxItemDisplayed: Int = 3 @Binding var selectedOptionIndex: Int? @Binding var showDropdown: Bool @State private ..
- Total
- Today
- Yesterday
- ios
- Language
- 테이블뷰
- 현지화
- TabView
- presentationcompactadaptation
- 로컬라이징
- 아이오에스
- Authorization
- custom segment
- indicator
- 엑스코드
- 심사
- 스위프트
- 리젝
- 다국어
- 프로그레스
- Xcode
- AppStore
- localizable
- SWIFT
- SKPayment
- 인디케이터
- permission
- Reject
- TabBar
- Infinite Carousel
- picker
- localizing
- swiftUI
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |