gitextract__fk81ret/ ├── .gitignore ├── Configuration/ │ └── SampleCode.xcconfig ├── LICENSE ├── README.md └── SwiftUI by Examples/ ├── SwiftUI by Examples/ │ ├── AlertView.swift │ ├── AnimationView.swift │ ├── AppDelegate.swift │ ├── Assets.xcassets/ │ │ ├── AppIcon.appiconset/ │ │ │ └── Contents.json │ │ ├── Contents.json │ │ └── thumbnails/ │ │ ├── 2612_wide_250x141_2x.imageset/ │ │ │ └── Contents.json │ │ ├── 2640_wide_250x141_2x.imageset/ │ │ │ └── Contents.json │ │ ├── 2645_wide_250x141_2x.imageset/ │ │ │ └── Contents.json │ │ ├── 2649_wide_250x141_2x.imageset/ │ │ │ └── Contents.json │ │ ├── 2672_wide_250x141_2x.imageset/ │ │ │ └── Contents.json │ │ ├── 2676_wide_250x141_2x.imageset/ │ │ │ └── Contents.json │ │ ├── 2682_wide_250x141_2x.imageset/ │ │ │ └── Contents.json │ │ ├── 2684_wide_250x141_2x.imageset/ │ │ │ └── Contents.json │ │ ├── 2949_wide_250x141_2x.imageset/ │ │ │ └── Contents.json │ │ └── Contents.json │ ├── BadgeView.swift │ ├── Base.lproj/ │ │ └── LaunchScreen.storyboard │ ├── ButtonsView.swift │ ├── DatePickerView.swift │ ├── ExampleCell.swift │ ├── ExampleListView.swift │ ├── GestureView.swift │ ├── HexagonParameters.swift │ ├── Info.plist │ ├── Preview Content/ │ │ └── Preview Assets.xcassets/ │ │ └── Contents.json │ ├── SceneDelegate.swift │ ├── SegmentedControlView.swift │ ├── SliderView.swift │ ├── StepperView.swift │ ├── TextFieldView.swift │ ├── TextView.swift │ ├── ToggleView.swift │ ├── Video.swift │ ├── VideoCell.swift │ ├── VideoDetailsView.swift │ └── VideoListView.swift └── SwiftUI by Examples.xcodeproj/ ├── project.pbxproj └── project.xcworkspace/ ├── contents.xcworkspacedata └── xcshareddata/ └── IDEWorkspaceChecks.plist