"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<String> = [ "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 生 👍