Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- ios
- UICollectionView
- UITextView
- MVVM
- SWIFT
- uiscrollview
- 리펙토링
- 리펙터링
- tableView
- uitableview
- Clean Code
- 애니메이션
- swiftUI
- 클린 코드
- swift documentation
- Refactoring
- RxCocoa
- ribs
- collectionview
- 스위프트
- combine
- Observable
- map
- Protocol
- rxswift
- Xcode
- clean architecture
- Human interface guide
- HIG
- 리팩토링
Archives
- Today
- Total
목록스태퍼 (1)
김종권의 iOS 앱 개발 알아가기
[iOS - SwiftUI] Stepper 사용 방법
목차) SwiftUI의 기본 - 목차 링크 Stepper struct Stepper where Label : View 아래 Stepper 생성자를 이용하여 구현 public init( @ViewBuilder label: () -> Label, onIncrement: (() -> Void)?, onDecrement: (() -> Void)?, onEditingChanged: @escaping (Bool) -> Void = { _ in } ) onIncrement와 onDecrement에서 쓸 @State 프로퍼티 준비 @State private var value = 0 let colors = [ Color.orange, .red, .gray, .blue, .green, .purple, .pink ] @Vi..
iOS 기본 (SwiftUI)
2022. 8. 22. 21:48