Slide 19
Slide 19 text
let initialUIKitTypes: Set = [
"UIView", "UIButton", "UILabel", "UITableView", "UICollectionView", "UIScrollView",
"UIImageView", "UIStackView", "UITextField", "UITextView", "UIBarButtonItem", "UINavigationBar",
"UIViewController", "UINavigationBar", "UINavigationController", "UITabBarItem", "UITabBar",
"UITabBarController", "UIHostingController", "UICollectionViewController", "UITableViewController",
"UIControl", "UIPickerView", "UIDatePicker", "UISwitch", "UIProgressView", "UIActivityIndicatorView",
"UIStepper", “UISegmentedControl"
]
let initialSwiftUITypes: Set = [
"View", "Text", "Button", "Image", "List", "VStack", "HStack", "ZStack", "LazyVStack",
"LazyHStack", "LazyZStack", "ScrollView", "NavigationView", "Form", "Group", "Section", "Spacer",
"Divider", "Picker", "Slider", "Stepper", "Toggle", "TextField", "TextEditor", "Shape", "Path",
"Rectangle", "RoundedRectangle", "Circle", "Ellipse", "Capsule", "GeometryReader", "Color",
"ClipShape", "Mask"
]
AI
生
👍