SwiftUI 与 UIKit 对标的视图
SwiftUI 与 UIKit 对标的视图
Views & ViewControllers & Controls
| SwiftUI | UIKit |
|---|---|
| View | UIView, UIViewController |
| List | UITableView, UITableViewController |
| LazyVGrid, LazyHGrid | UICollectionView, UICollectionViewController |
| TabView | UITabBarController, UIPageViewController |
| Alert, ActionSheet | UIAlertController |
| NavigationView | UINavigationBar, UIToolBar, UINavigationController, UISplitViewController |
| Text, Label | UILabel |
| Button, Link | UIButton |
| Image | UIImageView |
| TextField | UITextField |
| TextEditor | UITextView |
| ScrollView | UIScrollView |
| ToolbarItem | UINavigationItem |
| HStack, LazyHStack | UIStackView |
| VStack, LazyVStack | UIStackView |
| ProgressView | UIProgressView, UIActivityIndicatorView |
| Picker | UISegmentedControl, UIPickerView |
| DatePicker | UIDatePicker |
| Toggle | UISwitch |
| Slider | UISlider |
| Stepper | UIStepper |
| Map | MKMapView |
SwiftUI 中使用 UIKit
| SwiftUI | UIKit |
|---|---|
| UIViewRepresentable | UIView |
| UIViewControllerRepresentable | UIViewController |
UIKit 中使用 SwiftUI
| SwiftUI | UIKit |
|---|---|
| View | UIHostingController |
App Delegate
| SwiftUI | UIKit |
|---|---|
| App | UIApplicationDelegate, UIWindowSceneDelegate |
本文由作者按照 CC BY 4.0 进行授权
