文章

SwiftUI 与 UIKit 对标的视图

Views & ViewControllers & Controls

SwiftUIUIKit
ViewUIView, UIViewController
ListUITableView, UITableViewController
LazyVGrid, LazyHGridUICollectionView, UICollectionViewController
TabViewUITabBarController, UIPageViewController
Alert, ActionSheetUIAlertController
NavigationViewUINavigationBar, UIToolBar, UINavigationController, UISplitViewController
Text, LabelUILabel
Button, LinkUIButton
ImageUIImageView
TextFieldUITextField
TextEditorUITextView
ScrollViewUIScrollView
ToolbarItemUINavigationItem
HStack, LazyHStackUIStackView
VStack, LazyVStackUIStackView
ProgressViewUIProgressView, UIActivityIndicatorView
PickerUISegmentedControl, UIPickerView
DatePickerUIDatePicker
ToggleUISwitch
SliderUISlider
StepperUIStepper
MapMKMapView

SwiftUI 中使用 UIKit

SwiftUIUIKit
UIViewRepresentableUIView
UIViewControllerRepresentableUIViewController

UIKit 中使用 SwiftUI

SwiftUIUIKit
ViewUIHostingController

App Delegate

SwiftUIUIKit
AppUIApplicationDelegate, UIWindowSceneDelegate
本文由作者按照 CC BY 4.0 进行授权

© Liam. 保留部分权利。

本博客由 Jekyll 生成,使用 Chirpy 作为主题