반응형
카테고리 | 게시글 작성 날짜 | 게시글 최근 수정 날짜 | 작성자 |
iOS | 2022.02.16. 23:43 | 2022.02.16. 23:43 | Dev.Yang |
🛠 뷰 (View) / 컨트롤 (Control)
UIKit | SwiftUI | AppKit |
UILabel | Text | NSTextField |
UITextField | TextField | NSTextField |
UITextFiled [SecureText] | SecrueField | NSSecureTextField |
UIButton | Button | NSButton |
UIImageView | Image | NSImageView |
UISwitch | Toggle | NSSwitch |
UISlider | Slider | NSSlider - Circular Slider - Vertical Slider - Horizontal Slider |
UIStepper | Stepper | |
UIPickerView | Picker [WheelPickerStyle] | |
UISegmentedControl | Picker [SegmentedPickerStyle] | NSSegmentedControl |
UIDatePicker | DatePicker | NSDatePicker |
UITextView | N/A | |
UIStackView | - HStack [Landscape] - VStck [Portrait] |
NSStackView |
UIScrollView | ScrollView | NSScrollView |
UITableView [Plain] | List | |
UITableView [Grouped] | List [GroupedListStyle] | NSTableView |
UICollectionView | N/A | NSCollectionView |
🛠 뷰 컨트롤러 (ViewController)
UIKit | SwiftUI | AppKit |
UIViewController | View | NSViewController |
UINavigationController | NavigationView | |
UITabBarController | TabView | |
UISplitViewController | NavigationView | |
UITableViewController | List | NSTableViewController |
UICollectionViewController | N/A | NSCollectionViewController |
UIAlertController [ActionSheet Style] | ActionSheet | |
UIAlertController [Alert Style] | Alert |
🚀 REFERENCE
반응형
'# 애플 [Apple] > iOS' 카테고리의 다른 글
[iOS] 2단계 초기화 (Two-Phase Initialization) (0) | 2022.03.03 |
---|---|
[iOS] Swift 초기화 (Initialization) (0) | 2022.02.24 |
[iOS] Xcode를 통하여 Swift 언어에서 C/C++ 사용하기 (How to call C/C++ code from Swift) (0) | 2022.02.07 |
[iOS] KVC (Key-Value Coding) (0) | 2022.01.25 |
[iOS] KVO (Key-Value Observing) (0) | 2022.01.24 |
댓글