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
- clean architecture
- Human interface guide
- rxswift
- uiscrollview
- 리팩토링
- swift documentation
- Observable
- ios
- 스위프트
- 애니메이션
- UITextView
- SWIFT
- combine
- uitableview
- ribs
- HIG
- collectionview
- swiftUI
- map
- tableView
- Clean Code
- 클린 코드
- Refactoring
- Xcode
- 리펙토링
- RxCocoa
- Protocol
- MVVM
- UICollectionView
- 리펙터링
Archives
- Today
- Total
목록pickerStyle (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swiftUI] Picker, PickerStyle 사용 방법
목차) SwiftUI의 기본 - 목차 링크 Picker 개념 상호 배타적인 값들을 선택할때 사용하는 UI Picker는 아래처럼 선언되어 있는 구조체 특징은 SelectionValue가 Hashable이라는 것 struct Picker where Label : View, SelectionValue : Hashable, Content : View @State로 selectionOption을 주고 클로저 안에 Text를 삽입 앞에 들어가는 문자열 인수는 List와 같이 사용할때 표출 (아래에서 계속) var options = ["옵션1", "옵션2", "옵션3", "옵션4"] @State private var selectionOption = 0 Picker("Select Choice", selection: ..
iOS 기본 (SwiftUI)
2022. 8. 17. 01:34