├── .DS_Store ├── README.md ├── README_English.md ├── _1Control ├── .DS_Store ├── 10Button │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ └── Picture.imageset │ │ │ ├── Contents.json │ │ │ └── Pic1.png │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 11Button-sheet │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ └── Picture.imageset │ │ │ ├── Contents.json │ │ │ └── Pic1.png │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 12Spacer │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 13Divider │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ └── Picture.imageset │ │ │ ├── Contents.json │ │ │ └── Pic1.png │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 14Image-Basic │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── girlPicture.imageset │ │ │ ├── Contents.json │ │ │ └── girlPicture.jpg │ │ └── texture.imageset │ │ │ ├── Contents.json │ │ │ └── Texture.jpg │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 15Image-Style │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── girlPicture.imageset │ │ │ ├── Contents.json │ │ │ └── girlPicture.jpg │ │ └── texture.imageset │ │ │ ├── Contents.json │ │ │ └── Texture.jpg │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 16Image-Processing │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── girlPicture.imageset │ │ │ ├── Contents.json │ │ │ └── girlPicture.jpg │ │ └── texture.imageset │ │ │ ├── Contents.json │ │ │ └── Texture.jpg │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 17Image-Blend │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── girlPicture.imageset │ │ │ ├── Contents.json │ │ │ └── girlPicture.jpg │ │ └── texture.imageset │ │ │ ├── Contents.json │ │ │ └── Texture.jpg │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 18Image-Mask │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── girlPicture.imageset │ │ │ ├── Contents.json │ │ │ └── girlPicture.jpg │ │ └── texture.imageset │ │ │ ├── Contents.json │ │ │ └── Texture.jpg │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 19Image-Transform │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── girlPicture.imageset │ │ │ ├── Contents.json │ │ │ └── girlPicture.jpg │ │ └── texture.imageset │ │ │ ├── Contents.json │ │ │ └── Texture.jpg │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 1FirstProject │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ └── Picture.imageset │ │ │ ├── Contents.json │ │ │ └── Pic1.png │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 20Image-Web │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ ├── xcdebugger │ │ │ │ └── Breakpoints_v2.xcbkptlist │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ └── Picture.imageset │ │ │ ├── Contents.json │ │ │ └── avarta3.jpg │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 21Picker │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ └── Picture.imageset │ │ │ ├── Contents.json │ │ │ └── Pic1.png │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 22PickerDate │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 23Slider │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 24Stepper │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 25Segment │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 26Toggle │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 27TabView │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── girlPicture.imageset │ │ │ ├── Contents.json │ │ │ └── girlPicture.jpg │ │ └── texture.imageset │ │ │ ├── Contents.json │ │ │ └── Texture.jpg │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 28Webview │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 29MapView │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 2Text-BasicStyle │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ └── Picture.imageset │ │ │ ├── Contents.json │ │ │ └── Pic1.png │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 30Shape-Circle │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── Flower.imageset │ │ │ ├── Contents.json │ │ │ └── avarta1.jpg │ │ └── iPhoneSerial.imageset │ │ │ ├── Contents.json │ │ │ └── iPhoneSerial.png │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 31Shape-Rectangle │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── Flower.imageset │ │ │ ├── Contents.json │ │ │ └── avarta1.jpg │ │ └── iPhoneSerial.imageset │ │ │ ├── Contents.json │ │ │ └── iPhoneSerial.png │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 32Shape-Path │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── Flower.imageset │ │ │ ├── Contents.json │ │ │ └── avarta1.jpg │ │ └── iPhoneSerial.imageset │ │ │ ├── Contents.json │ │ │ └── iPhoneSerial.png │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 33GradientLinear │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── girlPicture.imageset │ │ │ ├── Contents.json │ │ │ └── girlPicture.jpg │ │ └── texture.imageset │ │ │ ├── Contents.json │ │ │ └── Texture.jpg │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 34GradientAngular │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── girlPicture.imageset │ │ │ ├── Contents.json │ │ │ └── girlPicture.jpg │ │ └── texture.imageset │ │ │ ├── Contents.json │ │ │ └── Texture.jpg │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 35GradientRadial │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── girlPicture.imageset │ │ │ ├── Contents.json │ │ │ └── girlPicture.jpg │ │ └── texture.imageset │ │ │ ├── Contents.json │ │ │ └── Texture.jpg │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 3Text-Paragraph │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ └── Picture.imageset │ │ │ ├── Contents.json │ │ │ └── Pic1.png │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 4Text-Padding │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ └── Picture.imageset │ │ │ ├── Contents.json │ │ │ └── Pic1.png │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 5Text-FullScreen │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── Flower.imageset │ │ │ ├── Contents.json │ │ │ └── avarta1.jpg │ │ └── iPhoneSerial.imageset │ │ │ ├── Contents.json │ │ │ └── iPhoneSerial.png │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 6Text-DateFormatter │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ └── Picture.imageset │ │ │ ├── Contents.json │ │ │ └── Pic1.png │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 7Text-Append │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 8TextField │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift └── 9TextField-SecureField │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── jerry.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ ├── fazhanli.xcuserdatad │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ │ └── jerry.xcuserdatad │ │ └── xcschemes │ │ └── xcschememanagement.plist │ └── DemoProject │ ├── .DS_Store │ ├── AppDelegate.swift │ ├── Assets.xcassets │ ├── AppIcon.appiconset │ │ └── Contents.json │ ├── Contents.json │ └── Picture.imageset │ │ ├── Contents.json │ │ └── Pic1.png │ ├── Base.lproj │ └── LaunchScreen.storyboard │ ├── ContentView.swift │ ├── Info.plist │ ├── Preview Content │ └── Preview Assets.xcassets │ │ └── Contents.json │ └── SceneDelegate.swift ├── _2Animation ├── .DS_Store ├── 1scaleEffect+default │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── Picture.imageset │ │ │ ├── Contents.json │ │ │ └── Pic1.png │ │ └── logo.imageset │ │ │ ├── Contents.json │ │ │ └── logo.png │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 2Opacity+linear │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ ├── xcdebugger │ │ │ │ └── Breakpoints_v2.xcbkptlist │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── Picture.imageset │ │ │ ├── Contents.json │ │ │ └── Pic1.png │ │ └── logo.imageset │ │ │ ├── Contents.json │ │ │ └── logo.png │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 3Offset+easeOut │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── Picture.imageset │ │ │ ├── Contents.json │ │ │ └── Pic1.png │ │ └── logo.imageset │ │ │ ├── Contents.json │ │ │ └── logo.png │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 4RotationEffect+spring │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── Picture.imageset │ │ │ ├── Contents.json │ │ │ └── Pic1.png │ │ └── logo.imageset │ │ │ ├── Contents.json │ │ │ └── logo.png │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 5CombinedAnimation │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── Picture.imageset │ │ │ ├── Contents.json │ │ │ └── Pic1.png │ │ └── logo.imageset │ │ │ ├── Contents.json │ │ │ └── logo.png │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 6SpeadAndDelay │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── Picture.imageset │ │ │ ├── Contents.json │ │ │ └── Pic1.png │ │ └── logo.imageset │ │ │ ├── Contents.json │ │ │ └── logo.png │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 7Repeating │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── Picture.imageset │ │ │ ├── Contents.json │ │ │ └── Pic1.png │ │ └── logo.imageset │ │ │ ├── Contents.json │ │ │ └── logo.png │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 8ToggleVisibility │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── Picture.imageset │ │ │ ├── Contents.json │ │ │ └── Pic1.png │ │ └── logo.imageset │ │ │ ├── Contents.json │ │ │ └── logo.png │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift └── 9AsymmetricTransition │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── jerry.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ ├── fazhanli.xcuserdatad │ │ ├── xcdebugger │ │ │ └── Breakpoints_v2.xcbkptlist │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ │ └── jerry.xcuserdatad │ │ └── xcschemes │ │ └── xcschememanagement.plist │ └── DemoProject │ ├── .DS_Store │ ├── AppDelegate.swift │ ├── Assets.xcassets │ ├── AppIcon.appiconset │ │ └── Contents.json │ ├── Contents.json │ ├── Picture.imageset │ │ ├── Contents.json │ │ └── Pic1.png │ └── logo.imageset │ │ ├── Contents.json │ │ └── logo.png │ ├── Base.lproj │ └── LaunchScreen.storyboard │ ├── ContentView.swift │ ├── Info.plist │ ├── Preview Content │ └── Preview Assets.xcassets │ │ └── Contents.json │ └── SceneDelegate.swift ├── _3Gesture ├── .DS_Store ├── 1TapGesture+Single tap │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ └── Picture.imageset │ │ │ ├── Contents.json │ │ │ └── Pic1.png │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 2TapGesture+Double tap │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ └── Picture.imageset │ │ │ ├── Contents.json │ │ │ └── Pic1.png │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 3LongPressGesture │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ └── Picture.imageset │ │ │ ├── Contents.json │ │ │ └── Pic1.png │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 4RotationGesture │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ └── logo.imageset │ │ │ ├── Contents.json │ │ │ └── logo.png │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 5DragGesture │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ └── Picture.imageset │ │ │ ├── Contents.json │ │ │ └── Pic1.png │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift └── 6LongPressGestureAndDragGesture │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── jerry.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ ├── fazhanli.xcuserdatad │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ │ └── jerry.xcuserdatad │ │ ├── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ │ └── xcschemes │ │ └── xcschememanagement.plist │ └── DemoProject │ ├── AppDelegate.swift │ ├── Assets.xcassets │ ├── AppIcon.appiconset │ │ └── Contents.json │ ├── Contents.json │ ├── Picture1.imageset │ │ ├── Contents.json │ │ └── Pic1.png │ └── Picture2.imageset │ │ ├── Contents.json │ │ └── Pic7.png │ ├── Base.lproj │ └── LaunchScreen.storyboard │ ├── ContentView.swift │ ├── Info.plist │ ├── Preview Content │ └── Preview Assets.xcassets │ │ └── Contents.json │ └── SceneDelegate.swift ├── _4Layout ├── .DS_Store ├── 10ScrollView-Vertical │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ └── iPhone.imageset │ │ │ ├── Contents.json │ │ │ └── iPhone2.png │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 11ScrollView-Horizontal │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── iPhone.imageset │ │ │ ├── Contents.json │ │ │ └── iPhone2.png │ │ └── iPhoneSerial.imageset │ │ │ ├── Contents.json │ │ │ └── Image11375.png │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 12ScrollView-VerticalAndHorizontal │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── iPhone.imageset │ │ │ ├── Contents.json │ │ │ └── iPhone2.png │ │ └── iPhoneSerial.imageset │ │ │ ├── Contents.json │ │ │ └── Image11375.png │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 13Form-Basic │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 14Form-Segment │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 15Form-EnableDisable │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 16Form-ShowHide │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 1Group │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 2HSTack │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 3VSTack │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Apple.imageset │ │ │ ├── Contents.json │ │ │ └── Pic9.png │ │ └── Contents.json │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 4ZSTack │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ └── beach.imageset │ │ │ ├── Contents.json │ │ │ └── snail.jpg │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 5List-Basic │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 6List-Insert │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ ├── xcdebugger │ │ │ │ └── Breakpoints_v2.xcbkptlist │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 7List-Delete │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 8List-Move │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ ├── xcdebugger │ │ │ │ └── Breakpoints_v2.xcbkptlist │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift └── 9List-DeleteAndMove │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── jerry.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ ├── fazhanli.xcuserdatad │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ │ └── jerry.xcuserdatad │ │ └── xcschemes │ │ └── xcschememanagement.plist │ └── DemoProject │ ├── .DS_Store │ ├── AppDelegate.swift │ ├── Assets.xcassets │ ├── AppIcon.appiconset │ │ └── Contents.json │ └── Contents.json │ ├── Base.lproj │ └── LaunchScreen.storyboard │ ├── ContentView.swift │ ├── Info.plist │ ├── Preview Content │ └── Preview Assets.xcassets │ │ └── Contents.json │ └── SceneDelegate.swift ├── _5DataFlow ├── .DS_Store ├── 1NavigationLink │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ ├── xcdebugger │ │ │ │ └── Breakpoints_v2.xcbkptlist │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ └── logo.imageset │ │ │ ├── Contents.json │ │ │ └── logo.png │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 2NavigationLinkAndGoBack │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ ├── xcdebugger │ │ │ │ └── Breakpoints_v2.xcbkptlist │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ └── logo.imageset │ │ │ ├── Contents.json │ │ │ └── logo.png │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── DetailView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 3PageNavigation │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── Picture1.imageset │ │ │ ├── Contents.json │ │ │ └── Pic1.png │ │ └── Picture2.imageset │ │ │ ├── Contents.json │ │ │ └── Pic10.png │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 4ObjectBinding │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ ├── xcdebugger │ │ │ │ └── Breakpoints_v2.xcbkptlist │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 5EnviromentObject │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ ├── xcdebugger │ │ │ │ └── Breakpoints_v2.xcbkptlist │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── DetailView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 6Show_Modal │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 7Show-Alert │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift └── 8Show-ActionSheet │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── jerry.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ ├── fazhanli.xcuserdatad │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ │ └── jerry.xcuserdatad │ │ └── xcschemes │ │ └── xcschememanagement.plist │ └── DemoProject │ ├── AppDelegate.swift │ ├── Assets.xcassets │ ├── AppIcon.appiconset │ │ └── Contents.json │ └── Contents.json │ ├── Base.lproj │ └── LaunchScreen.storyboard │ ├── ContentView.swift │ ├── Info.plist │ ├── Preview Content │ └── Preview Assets.xcassets │ │ └── Contents.json │ └── SceneDelegate.swift ├── _6More ├── .DS_Store ├── 10NavigationItem │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 11ViewModifier │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── avarta1.imageset │ │ │ ├── Contents.json │ │ │ └── avarta1.jpg │ │ ├── avarta2.imageset │ │ │ ├── Contents.json │ │ │ └── avarta2.jpg │ │ └── avarta3.imageset │ │ │ ├── Contents.json │ │ │ └── avarta3.jpg │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 12Debug │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ └── Picture.imageset │ │ │ ├── Contents.json │ │ │ └── Pic1.png │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 1PreviewInNavigationView │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ └── SwiftUI.imageset │ │ │ ├── Contents.json │ │ │ └── SwiftUI.png │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 2Background │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ └── iPhoneSerial.imageset │ │ │ ├── .DS_Store │ │ │ ├── Contents.json │ │ │ └── iPhoneSerial.png │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 3SizeCategory │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ └── Picture.imageset │ │ │ ├── Contents.json │ │ │ └── Pic1.png │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 4PreviewDevice │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ └── Picture.imageset │ │ │ ├── Contents.json │ │ │ └── Pic1.png │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 5ViewAsProperties │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 6onAppear-onDisappear │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ ├── xcdebugger │ │ │ │ └── Breakpoints_v2.xcbkptlist │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 7ColorScheme-LightAndDark │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift ├── 8AnyView │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── fazhanli.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── jerry.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── jerry.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── DemoProject │ │ ├── .DS_Store │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── Flower.imageset │ │ │ ├── Contents.json │ │ │ └── avarta1.jpg │ │ └── iPhoneSerial.imageset │ │ │ ├── Contents.json │ │ │ └── iPhoneSerial.png │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ │ └── SceneDelegate.swift └── 9NavigationBarTitle │ ├── .DS_Store │ ├── DemoProject.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata │ │ │ ├── fazhanli.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── jerry.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ ├── fazhanli.xcuserdatad │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ │ └── jerry.xcuserdatad │ │ └── xcschemes │ │ └── xcschememanagement.plist │ └── DemoProject │ ├── .DS_Store │ ├── AppDelegate.swift │ ├── Assets.xcassets │ ├── AppIcon.appiconset │ │ └── Contents.json │ └── Contents.json │ ├── Base.lproj │ └── LaunchScreen.storyboard │ ├── ContentView.swift │ ├── Info.plist │ ├── Preview Content │ └── Preview Assets.xcassets │ │ └── Contents.json │ └── SceneDelegate.swift └── images ├── 10Button.png ├── 10Fitness.gif ├── 10NavigationItem.png ├── 10ScrollView-Vertical.png ├── 11Button-sheet.png ├── 11Financo.gif ├── 11ScrollView-Horizontal.png ├── 11ViewModifier.png ├── 12ScrollView-VerticalAndHorizontal.png ├── 12Spacer.png ├── 13Divider.png ├── 13Form-Basic.png ├── 14Form-Segment.png ├── 14Image-Basic.png ├── 15Form-EnableDisable.png ├── 15Image-Style.png ├── 16Form-ShowHide.png ├── 16Image-Processing.png ├── 17Image-Blend.png ├── 18Image-Mask.png ├── 19Image-Transform.png ├── 1Group.png ├── 1NavigationLink.gif ├── 1PreviewInNavigationView.png ├── 1SwiftUI.gif ├── 1TapGesture+Singletap.gif ├── 1scaleEffect+default.gif ├── 20Image-Web.png ├── 21Picker.png ├── 22PickerDate.png ├── 23Slider.png ├── 24Stepper.png ├── 25Segment.png ├── 26Toggle.png ├── 27TabView.png ├── 28Webview.png ├── 29MapView.png ├── 2Background.png ├── 2GameType.gif ├── 2HSTack.png ├── 2NavigationLinkAndGoBack.gif ├── 2Opacity+linear.gif ├── 2TapGesture+Doubletap.gif ├── 2Text-BasicStyle.png ├── 30Shape-Circle.png ├── 31Shape-Rectangle.png ├── 32Shape-Path.png ├── 33GradientLinear.png ├── 34GradientAngular.png ├── 35GradientRadial.png ├── 3ARProduct.gif ├── 3LongPressGesture.gif ├── 3Offset+easeOut.gif ├── 3PageNavigation.gif ├── 3SizeCategory.png ├── 3Text-Paragraph.png ├── 3VSTack.png ├── 4DCards.gif ├── 4ObjectBinding.gif ├── 4PreviewDevice.png ├── 4RotationEffect+spring.gif ├── 4RotationGesture.gif ├── 4Text-Padding.png ├── 4ZSTack.png ├── 5CombinedAnimation.gif ├── 5Deposits.gif ├── 5DragGesture.gif ├── 5EnviromentObject.gif ├── 5List-Basic.png ├── 5Text-FullScreen.png ├── 5ViewAsProperties.png ├── 6List-Insert.png ├── 6LoginPage.gif ├── 6LongPressGestureAndDragGesture.gif ├── 6Show_Modal.gif ├── 6SpeadAndDelay.gif ├── 6Text-DateFormatter.png ├── 6onAppear-onDisappear.png ├── 7ColorScheme-LightAndDark.png ├── 7DonutChart.gif ├── 7List-Delete.png ├── 7Repeating.gif ├── 7Show-Alert.gif ├── 7Text-Append.png ├── 8AnyView.png ├── 8List-Move.png ├── 8Show-ActionSheet.gif ├── 8SlidePages.gif ├── 8TextField.png ├── 8ToggleVisibility.gif ├── 9AsymmetricTransition.gif ├── 9Icecream.gif ├── 9List-DeleteAndMove.png ├── 9NavigationBarTitle.png ├── 9TextField-SecureField.png ├── GithubSwiftUICover.png ├── GithubSwiftUICover2.png ├── SwiftUI.png ├── SwiftUIXcode.png ├── USFlag.png ├── swiftui-logo.png └── topIcon.png /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/.DS_Store -------------------------------------------------------------------------------- /_1Control/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/.DS_Store -------------------------------------------------------------------------------- /_1Control/10Button/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/10Button/.DS_Store -------------------------------------------------------------------------------- /_1Control/10Button/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_1Control/10Button/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/fazhanli.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/10Button/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/fazhanli.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_1Control/10Button/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/10Button/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_1Control/10Button/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/10Button/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/10Button/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png -------------------------------------------------------------------------------- /_1Control/10Button/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/11Button-sheet/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/11Button-sheet/.DS_Store -------------------------------------------------------------------------------- /_1Control/11Button-sheet/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_1Control/11Button-sheet/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/11Button-sheet/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/11Button-sheet/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png -------------------------------------------------------------------------------- /_1Control/11Button-sheet/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/12Spacer/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/12Spacer/.DS_Store -------------------------------------------------------------------------------- /_1Control/12Spacer/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_1Control/12Spacer/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/fazhanli.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/12Spacer/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/fazhanli.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_1Control/12Spacer/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/12Spacer/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_1Control/12Spacer/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/12Spacer/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_1Control/12Spacer/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/12Spacer/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/13Divider/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/13Divider/.DS_Store -------------------------------------------------------------------------------- /_1Control/13Divider/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_1Control/13Divider/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/fazhanli.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/13Divider/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/fazhanli.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_1Control/13Divider/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/13Divider/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_1Control/13Divider/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/13Divider/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_1Control/13Divider/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/13Divider/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/13Divider/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png -------------------------------------------------------------------------------- /_1Control/13Divider/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/14Image-Basic/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/14Image-Basic/.DS_Store -------------------------------------------------------------------------------- /_1Control/14Image-Basic/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_1Control/14Image-Basic/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/14Image-Basic/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_1Control/14Image-Basic/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/14Image-Basic/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_1Control/14Image-Basic/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/14Image-Basic/DemoProject/Assets.xcassets/girlPicture.imageset/girlPicture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/14Image-Basic/DemoProject/Assets.xcassets/girlPicture.imageset/girlPicture.jpg -------------------------------------------------------------------------------- /_1Control/14Image-Basic/DemoProject/Assets.xcassets/texture.imageset/Texture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/14Image-Basic/DemoProject/Assets.xcassets/texture.imageset/Texture.jpg -------------------------------------------------------------------------------- /_1Control/14Image-Basic/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/15Image-Style/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/15Image-Style/.DS_Store -------------------------------------------------------------------------------- /_1Control/15Image-Style/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_1Control/15Image-Style/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/15Image-Style/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_1Control/15Image-Style/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/15Image-Style/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_1Control/15Image-Style/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/15Image-Style/DemoProject/Assets.xcassets/girlPicture.imageset/girlPicture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/15Image-Style/DemoProject/Assets.xcassets/girlPicture.imageset/girlPicture.jpg -------------------------------------------------------------------------------- /_1Control/15Image-Style/DemoProject/Assets.xcassets/texture.imageset/Texture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/15Image-Style/DemoProject/Assets.xcassets/texture.imageset/Texture.jpg -------------------------------------------------------------------------------- /_1Control/15Image-Style/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/16Image-Processing/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/16Image-Processing/.DS_Store -------------------------------------------------------------------------------- /_1Control/16Image-Processing/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_1Control/16Image-Processing/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/16Image-Processing/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_1Control/16Image-Processing/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/16Image-Processing/DemoProject/Assets.xcassets/girlPicture.imageset/girlPicture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/16Image-Processing/DemoProject/Assets.xcassets/girlPicture.imageset/girlPicture.jpg -------------------------------------------------------------------------------- /_1Control/16Image-Processing/DemoProject/Assets.xcassets/texture.imageset/Texture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/16Image-Processing/DemoProject/Assets.xcassets/texture.imageset/Texture.jpg -------------------------------------------------------------------------------- /_1Control/16Image-Processing/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/17Image-Blend/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/17Image-Blend/.DS_Store -------------------------------------------------------------------------------- /_1Control/17Image-Blend/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_1Control/17Image-Blend/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/17Image-Blend/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_1Control/17Image-Blend/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/17Image-Blend/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_1Control/17Image-Blend/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/17Image-Blend/DemoProject/Assets.xcassets/girlPicture.imageset/girlPicture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/17Image-Blend/DemoProject/Assets.xcassets/girlPicture.imageset/girlPicture.jpg -------------------------------------------------------------------------------- /_1Control/17Image-Blend/DemoProject/Assets.xcassets/texture.imageset/Texture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/17Image-Blend/DemoProject/Assets.xcassets/texture.imageset/Texture.jpg -------------------------------------------------------------------------------- /_1Control/17Image-Blend/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/18Image-Mask/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/18Image-Mask/.DS_Store -------------------------------------------------------------------------------- /_1Control/18Image-Mask/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_1Control/18Image-Mask/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/18Image-Mask/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_1Control/18Image-Mask/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/18Image-Mask/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_1Control/18Image-Mask/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/18Image-Mask/DemoProject/Assets.xcassets/girlPicture.imageset/girlPicture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/18Image-Mask/DemoProject/Assets.xcassets/girlPicture.imageset/girlPicture.jpg -------------------------------------------------------------------------------- /_1Control/18Image-Mask/DemoProject/Assets.xcassets/texture.imageset/Texture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/18Image-Mask/DemoProject/Assets.xcassets/texture.imageset/Texture.jpg -------------------------------------------------------------------------------- /_1Control/18Image-Mask/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/19Image-Transform/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/19Image-Transform/.DS_Store -------------------------------------------------------------------------------- /_1Control/19Image-Transform/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_1Control/19Image-Transform/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/19Image-Transform/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_1Control/19Image-Transform/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/19Image-Transform/DemoProject/Assets.xcassets/girlPicture.imageset/girlPicture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/19Image-Transform/DemoProject/Assets.xcassets/girlPicture.imageset/girlPicture.jpg -------------------------------------------------------------------------------- /_1Control/19Image-Transform/DemoProject/Assets.xcassets/texture.imageset/Texture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/19Image-Transform/DemoProject/Assets.xcassets/texture.imageset/Texture.jpg -------------------------------------------------------------------------------- /_1Control/19Image-Transform/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/1FirstProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/1FirstProject/.DS_Store -------------------------------------------------------------------------------- /_1Control/1FirstProject/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_1Control/1FirstProject/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/1FirstProject/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_1Control/1FirstProject/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/1FirstProject/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/1FirstProject/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png -------------------------------------------------------------------------------- /_1Control/1FirstProject/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/20Image-Web/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/20Image-Web/.DS_Store -------------------------------------------------------------------------------- /_1Control/20Image-Web/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_1Control/20Image-Web/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/20Image-Web/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_1Control/20Image-Web/DemoProject.xcodeproj/xcuserdata/fazhanli.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | -------------------------------------------------------------------------------- /_1Control/20Image-Web/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/20Image-Web/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_1Control/20Image-Web/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/20Image-Web/DemoProject/Assets.xcassets/Picture.imageset/avarta3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/20Image-Web/DemoProject/Assets.xcassets/Picture.imageset/avarta3.jpg -------------------------------------------------------------------------------- /_1Control/20Image-Web/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/21Picker/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/21Picker/.DS_Store -------------------------------------------------------------------------------- /_1Control/21Picker/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_1Control/21Picker/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/fazhanli.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/21Picker/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/fazhanli.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_1Control/21Picker/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/21Picker/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_1Control/21Picker/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/21Picker/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_1Control/21Picker/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/21Picker/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/21Picker/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png -------------------------------------------------------------------------------- /_1Control/21Picker/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/22PickerDate/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/22PickerDate/.DS_Store -------------------------------------------------------------------------------- /_1Control/22PickerDate/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_1Control/22PickerDate/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/22PickerDate/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_1Control/22PickerDate/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/22PickerDate/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_1Control/22PickerDate/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/22PickerDate/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/23Slider/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/23Slider/.DS_Store -------------------------------------------------------------------------------- /_1Control/23Slider/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_1Control/23Slider/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/fazhanli.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/23Slider/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/fazhanli.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_1Control/23Slider/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/23Slider/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_1Control/23Slider/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/23Slider/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_1Control/23Slider/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/23Slider/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/24Stepper/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/24Stepper/.DS_Store -------------------------------------------------------------------------------- /_1Control/24Stepper/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_1Control/24Stepper/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/fazhanli.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/24Stepper/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/fazhanli.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_1Control/24Stepper/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/24Stepper/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_1Control/24Stepper/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/24Stepper/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_1Control/24Stepper/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/24Stepper/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/25Segment/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/25Segment/.DS_Store -------------------------------------------------------------------------------- /_1Control/25Segment/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_1Control/25Segment/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/fazhanli.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/25Segment/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/fazhanli.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_1Control/25Segment/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/25Segment/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_1Control/25Segment/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/25Segment/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_1Control/25Segment/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/25Segment/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/26Toggle/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/26Toggle/.DS_Store -------------------------------------------------------------------------------- /_1Control/26Toggle/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_1Control/26Toggle/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/fazhanli.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/26Toggle/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/fazhanli.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_1Control/26Toggle/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/26Toggle/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_1Control/26Toggle/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/26Toggle/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_1Control/26Toggle/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/26Toggle/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/27TabView/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/27TabView/.DS_Store -------------------------------------------------------------------------------- /_1Control/27TabView/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_1Control/27TabView/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/fazhanli.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/27TabView/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/fazhanli.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_1Control/27TabView/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/27TabView/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_1Control/27TabView/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/27TabView/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_1Control/27TabView/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/27TabView/DemoProject/Assets.xcassets/girlPicture.imageset/girlPicture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/27TabView/DemoProject/Assets.xcassets/girlPicture.imageset/girlPicture.jpg -------------------------------------------------------------------------------- /_1Control/27TabView/DemoProject/Assets.xcassets/texture.imageset/Texture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/27TabView/DemoProject/Assets.xcassets/texture.imageset/Texture.jpg -------------------------------------------------------------------------------- /_1Control/27TabView/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/28Webview/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/28Webview/.DS_Store -------------------------------------------------------------------------------- /_1Control/28Webview/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_1Control/28Webview/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/fazhanli.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/28Webview/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/fazhanli.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_1Control/28Webview/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/28Webview/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_1Control/28Webview/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/28Webview/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_1Control/28Webview/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/28Webview/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/29MapView/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/29MapView/.DS_Store -------------------------------------------------------------------------------- /_1Control/29MapView/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_1Control/29MapView/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/29MapView/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_1Control/29MapView/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/29MapView/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_1Control/29MapView/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/29MapView/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/2Text-BasicStyle/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/2Text-BasicStyle/.DS_Store -------------------------------------------------------------------------------- /_1Control/2Text-BasicStyle/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_1Control/2Text-BasicStyle/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/2Text-BasicStyle/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_1Control/2Text-BasicStyle/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/2Text-BasicStyle/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/2Text-BasicStyle/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png -------------------------------------------------------------------------------- /_1Control/2Text-BasicStyle/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/30Shape-Circle/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/30Shape-Circle/.DS_Store -------------------------------------------------------------------------------- /_1Control/30Shape-Circle/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_1Control/30Shape-Circle/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/30Shape-Circle/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_1Control/30Shape-Circle/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/30Shape-Circle/DemoProject/Assets.xcassets/Flower.imageset/avarta1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/30Shape-Circle/DemoProject/Assets.xcassets/Flower.imageset/avarta1.jpg -------------------------------------------------------------------------------- /_1Control/30Shape-Circle/DemoProject/Assets.xcassets/iPhoneSerial.imageset/iPhoneSerial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/30Shape-Circle/DemoProject/Assets.xcassets/iPhoneSerial.imageset/iPhoneSerial.png -------------------------------------------------------------------------------- /_1Control/30Shape-Circle/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/31Shape-Rectangle/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/31Shape-Rectangle/.DS_Store -------------------------------------------------------------------------------- /_1Control/31Shape-Rectangle/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_1Control/31Shape-Rectangle/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/31Shape-Rectangle/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_1Control/31Shape-Rectangle/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/31Shape-Rectangle/DemoProject/Assets.xcassets/Flower.imageset/avarta1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/31Shape-Rectangle/DemoProject/Assets.xcassets/Flower.imageset/avarta1.jpg -------------------------------------------------------------------------------- /_1Control/31Shape-Rectangle/DemoProject/Assets.xcassets/iPhoneSerial.imageset/iPhoneSerial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/31Shape-Rectangle/DemoProject/Assets.xcassets/iPhoneSerial.imageset/iPhoneSerial.png -------------------------------------------------------------------------------- /_1Control/31Shape-Rectangle/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/32Shape-Path/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/32Shape-Path/.DS_Store -------------------------------------------------------------------------------- /_1Control/32Shape-Path/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | -------------------------------------------------------------------------------- /_1Control/32Shape-Path/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/32Shape-Path/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_1Control/32Shape-Path/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/32Shape-Path/DemoProject/Assets.xcassets/Flower.imageset/avarta1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/32Shape-Path/DemoProject/Assets.xcassets/Flower.imageset/avarta1.jpg -------------------------------------------------------------------------------- /_1Control/32Shape-Path/DemoProject/Assets.xcassets/iPhoneSerial.imageset/iPhoneSerial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/32Shape-Path/DemoProject/Assets.xcassets/iPhoneSerial.imageset/iPhoneSerial.png -------------------------------------------------------------------------------- /_1Control/32Shape-Path/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/33GradientLinear/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/33GradientLinear/.DS_Store -------------------------------------------------------------------------------- /_1Control/33GradientLinear/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_1Control/33GradientLinear/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/33GradientLinear/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_1Control/33GradientLinear/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/33GradientLinear/DemoProject/Assets.xcassets/girlPicture.imageset/girlPicture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/33GradientLinear/DemoProject/Assets.xcassets/girlPicture.imageset/girlPicture.jpg -------------------------------------------------------------------------------- /_1Control/33GradientLinear/DemoProject/Assets.xcassets/texture.imageset/Texture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/33GradientLinear/DemoProject/Assets.xcassets/texture.imageset/Texture.jpg -------------------------------------------------------------------------------- /_1Control/33GradientLinear/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/34GradientAngular/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/34GradientAngular/.DS_Store -------------------------------------------------------------------------------- /_1Control/34GradientAngular/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_1Control/34GradientAngular/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/34GradientAngular/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_1Control/34GradientAngular/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/34GradientAngular/DemoProject/Assets.xcassets/girlPicture.imageset/girlPicture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/34GradientAngular/DemoProject/Assets.xcassets/girlPicture.imageset/girlPicture.jpg -------------------------------------------------------------------------------- /_1Control/34GradientAngular/DemoProject/Assets.xcassets/texture.imageset/Texture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/34GradientAngular/DemoProject/Assets.xcassets/texture.imageset/Texture.jpg -------------------------------------------------------------------------------- /_1Control/34GradientAngular/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/35GradientRadial/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/35GradientRadial/.DS_Store -------------------------------------------------------------------------------- /_1Control/35GradientRadial/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_1Control/35GradientRadial/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/35GradientRadial/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_1Control/35GradientRadial/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/35GradientRadial/DemoProject/Assets.xcassets/girlPicture.imageset/girlPicture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/35GradientRadial/DemoProject/Assets.xcassets/girlPicture.imageset/girlPicture.jpg -------------------------------------------------------------------------------- /_1Control/35GradientRadial/DemoProject/Assets.xcassets/texture.imageset/Texture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/35GradientRadial/DemoProject/Assets.xcassets/texture.imageset/Texture.jpg -------------------------------------------------------------------------------- /_1Control/35GradientRadial/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/3Text-Paragraph/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/3Text-Paragraph/.DS_Store -------------------------------------------------------------------------------- /_1Control/3Text-Paragraph/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_1Control/3Text-Paragraph/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/3Text-Paragraph/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_1Control/3Text-Paragraph/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/3Text-Paragraph/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/3Text-Paragraph/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png -------------------------------------------------------------------------------- /_1Control/3Text-Paragraph/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/4Text-Padding/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/4Text-Padding/.DS_Store -------------------------------------------------------------------------------- /_1Control/4Text-Padding/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_1Control/4Text-Padding/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/4Text-Padding/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/4Text-Padding/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png -------------------------------------------------------------------------------- /_1Control/4Text-Padding/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/5Text-FullScreen/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/5Text-FullScreen/.DS_Store -------------------------------------------------------------------------------- /_1Control/5Text-FullScreen/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | -------------------------------------------------------------------------------- /_1Control/5Text-FullScreen/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/5Text-FullScreen/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_1Control/5Text-FullScreen/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/5Text-FullScreen/DemoProject/Assets.xcassets/Flower.imageset/avarta1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/5Text-FullScreen/DemoProject/Assets.xcassets/Flower.imageset/avarta1.jpg -------------------------------------------------------------------------------- /_1Control/5Text-FullScreen/DemoProject/Assets.xcassets/iPhoneSerial.imageset/iPhoneSerial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/5Text-FullScreen/DemoProject/Assets.xcassets/iPhoneSerial.imageset/iPhoneSerial.png -------------------------------------------------------------------------------- /_1Control/5Text-FullScreen/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/6Text-DateFormatter/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/6Text-DateFormatter/.DS_Store -------------------------------------------------------------------------------- /_1Control/6Text-DateFormatter/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_1Control/6Text-DateFormatter/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/6Text-DateFormatter/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_1Control/6Text-DateFormatter/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/6Text-DateFormatter/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/6Text-DateFormatter/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png -------------------------------------------------------------------------------- /_1Control/6Text-DateFormatter/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/7Text-Append/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/7Text-Append/.DS_Store -------------------------------------------------------------------------------- /_1Control/7Text-Append/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_1Control/7Text-Append/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/7Text-Append/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_1Control/7Text-Append/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/7Text-Append/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/8TextField/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/8TextField/.DS_Store -------------------------------------------------------------------------------- /_1Control/8TextField/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_1Control/8TextField/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/8TextField/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_1Control/8TextField/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/8TextField/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_1Control/8TextField/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/8TextField/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/9TextField-SecureField/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/9TextField-SecureField/.DS_Store -------------------------------------------------------------------------------- /_1Control/9TextField-SecureField/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_1Control/9TextField-SecureField/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/9TextField-SecureField/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_1Control/9TextField-SecureField/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_1Control/9TextField-SecureField/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_1Control/9TextField-SecureField/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png -------------------------------------------------------------------------------- /_1Control/9TextField-SecureField/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_2Animation/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_2Animation/.DS_Store -------------------------------------------------------------------------------- /_2Animation/1scaleEffect+default/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_2Animation/1scaleEffect+default/.DS_Store -------------------------------------------------------------------------------- /_2Animation/1scaleEffect+default/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_2Animation/1scaleEffect+default/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_2Animation/1scaleEffect+default/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_2Animation/1scaleEffect+default/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_2Animation/1scaleEffect+default/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_2Animation/1scaleEffect+default/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png -------------------------------------------------------------------------------- /_2Animation/1scaleEffect+default/DemoProject/Assets.xcassets/logo.imageset/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_2Animation/1scaleEffect+default/DemoProject/Assets.xcassets/logo.imageset/logo.png -------------------------------------------------------------------------------- /_2Animation/1scaleEffect+default/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_2Animation/2Opacity+linear/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_2Animation/2Opacity+linear/.DS_Store -------------------------------------------------------------------------------- /_2Animation/2Opacity+linear/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_2Animation/2Opacity+linear/DemoProject.xcodeproj/xcuserdata/fazhanli.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | -------------------------------------------------------------------------------- /_2Animation/2Opacity+linear/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_2Animation/2Opacity+linear/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_2Animation/2Opacity+linear/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_2Animation/2Opacity+linear/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_2Animation/2Opacity+linear/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png -------------------------------------------------------------------------------- /_2Animation/2Opacity+linear/DemoProject/Assets.xcassets/logo.imageset/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_2Animation/2Opacity+linear/DemoProject/Assets.xcassets/logo.imageset/logo.png -------------------------------------------------------------------------------- /_2Animation/2Opacity+linear/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_2Animation/3Offset+easeOut/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_2Animation/3Offset+easeOut/.DS_Store -------------------------------------------------------------------------------- /_2Animation/3Offset+easeOut/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_2Animation/3Offset+easeOut/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_2Animation/3Offset+easeOut/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_2Animation/3Offset+easeOut/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_2Animation/3Offset+easeOut/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_2Animation/3Offset+easeOut/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png -------------------------------------------------------------------------------- /_2Animation/3Offset+easeOut/DemoProject/Assets.xcassets/logo.imageset/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_2Animation/3Offset+easeOut/DemoProject/Assets.xcassets/logo.imageset/logo.png -------------------------------------------------------------------------------- /_2Animation/3Offset+easeOut/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_2Animation/4RotationEffect+spring/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_2Animation/4RotationEffect+spring/.DS_Store -------------------------------------------------------------------------------- /_2Animation/4RotationEffect+spring/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_2Animation/4RotationEffect+spring/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_2Animation/4RotationEffect+spring/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_2Animation/4RotationEffect+spring/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_2Animation/4RotationEffect+spring/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_2Animation/4RotationEffect+spring/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png -------------------------------------------------------------------------------- /_2Animation/4RotationEffect+spring/DemoProject/Assets.xcassets/logo.imageset/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_2Animation/4RotationEffect+spring/DemoProject/Assets.xcassets/logo.imageset/logo.png -------------------------------------------------------------------------------- /_2Animation/4RotationEffect+spring/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_2Animation/5CombinedAnimation/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_2Animation/5CombinedAnimation/.DS_Store -------------------------------------------------------------------------------- /_2Animation/5CombinedAnimation/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_2Animation/5CombinedAnimation/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_2Animation/5CombinedAnimation/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_2Animation/5CombinedAnimation/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_2Animation/5CombinedAnimation/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_2Animation/5CombinedAnimation/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png -------------------------------------------------------------------------------- /_2Animation/5CombinedAnimation/DemoProject/Assets.xcassets/logo.imageset/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_2Animation/5CombinedAnimation/DemoProject/Assets.xcassets/logo.imageset/logo.png -------------------------------------------------------------------------------- /_2Animation/5CombinedAnimation/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_2Animation/6SpeadAndDelay/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_2Animation/6SpeadAndDelay/.DS_Store -------------------------------------------------------------------------------- /_2Animation/6SpeadAndDelay/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_2Animation/6SpeadAndDelay/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_2Animation/6SpeadAndDelay/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_2Animation/6SpeadAndDelay/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_2Animation/6SpeadAndDelay/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_2Animation/6SpeadAndDelay/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png -------------------------------------------------------------------------------- /_2Animation/6SpeadAndDelay/DemoProject/Assets.xcassets/logo.imageset/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_2Animation/6SpeadAndDelay/DemoProject/Assets.xcassets/logo.imageset/logo.png -------------------------------------------------------------------------------- /_2Animation/6SpeadAndDelay/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_2Animation/7Repeating/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_2Animation/7Repeating/.DS_Store -------------------------------------------------------------------------------- /_2Animation/7Repeating/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_2Animation/7Repeating/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_2Animation/7Repeating/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_2Animation/7Repeating/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_2Animation/7Repeating/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_2Animation/7Repeating/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png -------------------------------------------------------------------------------- /_2Animation/7Repeating/DemoProject/Assets.xcassets/logo.imageset/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_2Animation/7Repeating/DemoProject/Assets.xcassets/logo.imageset/logo.png -------------------------------------------------------------------------------- /_2Animation/7Repeating/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_2Animation/8ToggleVisibility/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_2Animation/8ToggleVisibility/.DS_Store -------------------------------------------------------------------------------- /_2Animation/8ToggleVisibility/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_2Animation/8ToggleVisibility/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_2Animation/8ToggleVisibility/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_2Animation/8ToggleVisibility/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_2Animation/8ToggleVisibility/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_2Animation/8ToggleVisibility/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png -------------------------------------------------------------------------------- /_2Animation/8ToggleVisibility/DemoProject/Assets.xcassets/logo.imageset/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_2Animation/8ToggleVisibility/DemoProject/Assets.xcassets/logo.imageset/logo.png -------------------------------------------------------------------------------- /_2Animation/8ToggleVisibility/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_2Animation/9AsymmetricTransition/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_2Animation/9AsymmetricTransition/.DS_Store -------------------------------------------------------------------------------- /_2Animation/9AsymmetricTransition/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_2Animation/9AsymmetricTransition/DemoProject.xcodeproj/xcuserdata/fazhanli.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | -------------------------------------------------------------------------------- /_2Animation/9AsymmetricTransition/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_2Animation/9AsymmetricTransition/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_2Animation/9AsymmetricTransition/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_2Animation/9AsymmetricTransition/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_2Animation/9AsymmetricTransition/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png -------------------------------------------------------------------------------- /_2Animation/9AsymmetricTransition/DemoProject/Assets.xcassets/logo.imageset/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_2Animation/9AsymmetricTransition/DemoProject/Assets.xcassets/logo.imageset/logo.png -------------------------------------------------------------------------------- /_2Animation/9AsymmetricTransition/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_3Gesture/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_3Gesture/.DS_Store -------------------------------------------------------------------------------- /_3Gesture/1TapGesture+Single tap/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_3Gesture/1TapGesture+Single tap/.DS_Store -------------------------------------------------------------------------------- /_3Gesture/1TapGesture+Single tap/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_3Gesture/1TapGesture+Single tap/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_3Gesture/1TapGesture+Single tap/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_3Gesture/1TapGesture+Single tap/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png -------------------------------------------------------------------------------- /_3Gesture/1TapGesture+Single tap/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_3Gesture/2TapGesture+Double tap/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_3Gesture/2TapGesture+Double tap/.DS_Store -------------------------------------------------------------------------------- /_3Gesture/2TapGesture+Double tap/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_3Gesture/2TapGesture+Double tap/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_3Gesture/2TapGesture+Double tap/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_3Gesture/2TapGesture+Double tap/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png -------------------------------------------------------------------------------- /_3Gesture/2TapGesture+Double tap/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_3Gesture/3LongPressGesture/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_3Gesture/3LongPressGesture/.DS_Store -------------------------------------------------------------------------------- /_3Gesture/3LongPressGesture/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_3Gesture/3LongPressGesture/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_3Gesture/3LongPressGesture/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_3Gesture/3LongPressGesture/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png -------------------------------------------------------------------------------- /_3Gesture/3LongPressGesture/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_3Gesture/4RotationGesture/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_3Gesture/4RotationGesture/.DS_Store -------------------------------------------------------------------------------- /_3Gesture/4RotationGesture/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_3Gesture/4RotationGesture/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_3Gesture/4RotationGesture/DemoProject/Assets.xcassets/logo.imageset/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_3Gesture/4RotationGesture/DemoProject/Assets.xcassets/logo.imageset/logo.png -------------------------------------------------------------------------------- /_3Gesture/4RotationGesture/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_3Gesture/5DragGesture/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_3Gesture/5DragGesture/.DS_Store -------------------------------------------------------------------------------- /_3Gesture/5DragGesture/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_3Gesture/5DragGesture/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_3Gesture/5DragGesture/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_3Gesture/5DragGesture/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png -------------------------------------------------------------------------------- /_3Gesture/5DragGesture/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_3Gesture/6LongPressGestureAndDragGesture/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_3Gesture/6LongPressGestureAndDragGesture/.DS_Store -------------------------------------------------------------------------------- /_3Gesture/6LongPressGestureAndDragGesture/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_3Gesture/6LongPressGestureAndDragGesture/DemoProject.xcodeproj/xcuserdata/jerry.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | -------------------------------------------------------------------------------- /_3Gesture/6LongPressGestureAndDragGesture/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_3Gesture/6LongPressGestureAndDragGesture/DemoProject/Assets.xcassets/Picture1.imageset/Pic1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_3Gesture/6LongPressGestureAndDragGesture/DemoProject/Assets.xcassets/Picture1.imageset/Pic1.png -------------------------------------------------------------------------------- /_3Gesture/6LongPressGestureAndDragGesture/DemoProject/Assets.xcassets/Picture2.imageset/Pic7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_3Gesture/6LongPressGestureAndDragGesture/DemoProject/Assets.xcassets/Picture2.imageset/Pic7.png -------------------------------------------------------------------------------- /_3Gesture/6LongPressGestureAndDragGesture/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_4Layout/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/.DS_Store -------------------------------------------------------------------------------- /_4Layout/10ScrollView-Vertical/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/10ScrollView-Vertical/.DS_Store -------------------------------------------------------------------------------- /_4Layout/10ScrollView-Vertical/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_4Layout/10ScrollView-Vertical/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/10ScrollView-Vertical/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_4Layout/10ScrollView-Vertical/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_4Layout/10ScrollView-Vertical/DemoProject/Assets.xcassets/iPhone.imageset/iPhone2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/10ScrollView-Vertical/DemoProject/Assets.xcassets/iPhone.imageset/iPhone2.png -------------------------------------------------------------------------------- /_4Layout/10ScrollView-Vertical/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_4Layout/11ScrollView-Horizontal/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/11ScrollView-Horizontal/.DS_Store -------------------------------------------------------------------------------- /_4Layout/11ScrollView-Horizontal/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_4Layout/11ScrollView-Horizontal/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/11ScrollView-Horizontal/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_4Layout/11ScrollView-Horizontal/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_4Layout/11ScrollView-Horizontal/DemoProject/Assets.xcassets/iPhone.imageset/iPhone2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/11ScrollView-Horizontal/DemoProject/Assets.xcassets/iPhone.imageset/iPhone2.png -------------------------------------------------------------------------------- /_4Layout/11ScrollView-Horizontal/DemoProject/Assets.xcassets/iPhoneSerial.imageset/Image11375.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/11ScrollView-Horizontal/DemoProject/Assets.xcassets/iPhoneSerial.imageset/Image11375.png -------------------------------------------------------------------------------- /_4Layout/11ScrollView-Horizontal/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_4Layout/12ScrollView-VerticalAndHorizontal/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/12ScrollView-VerticalAndHorizontal/.DS_Store -------------------------------------------------------------------------------- /_4Layout/12ScrollView-VerticalAndHorizontal/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_4Layout/12ScrollView-VerticalAndHorizontal/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/12ScrollView-VerticalAndHorizontal/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_4Layout/12ScrollView-VerticalAndHorizontal/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_4Layout/12ScrollView-VerticalAndHorizontal/DemoProject/Assets.xcassets/iPhone.imageset/iPhone2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/12ScrollView-VerticalAndHorizontal/DemoProject/Assets.xcassets/iPhone.imageset/iPhone2.png -------------------------------------------------------------------------------- /_4Layout/12ScrollView-VerticalAndHorizontal/DemoProject/Assets.xcassets/iPhoneSerial.imageset/Image11375.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/12ScrollView-VerticalAndHorizontal/DemoProject/Assets.xcassets/iPhoneSerial.imageset/Image11375.png -------------------------------------------------------------------------------- /_4Layout/12ScrollView-VerticalAndHorizontal/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_4Layout/13Form-Basic/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/13Form-Basic/.DS_Store -------------------------------------------------------------------------------- /_4Layout/13Form-Basic/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_4Layout/13Form-Basic/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/13Form-Basic/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_4Layout/13Form-Basic/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/13Form-Basic/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_4Layout/13Form-Basic/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_4Layout/13Form-Basic/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_4Layout/14Form-Segment/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/14Form-Segment/.DS_Store -------------------------------------------------------------------------------- /_4Layout/14Form-Segment/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_4Layout/14Form-Segment/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/14Form-Segment/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_4Layout/14Form-Segment/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_4Layout/14Form-Segment/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_4Layout/15Form-EnableDisable/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/15Form-EnableDisable/.DS_Store -------------------------------------------------------------------------------- /_4Layout/15Form-EnableDisable/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_4Layout/15Form-EnableDisable/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/15Form-EnableDisable/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_4Layout/15Form-EnableDisable/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_4Layout/15Form-EnableDisable/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_4Layout/16Form-ShowHide/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/16Form-ShowHide/.DS_Store -------------------------------------------------------------------------------- /_4Layout/16Form-ShowHide/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_4Layout/16Form-ShowHide/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/16Form-ShowHide/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_4Layout/16Form-ShowHide/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_4Layout/16Form-ShowHide/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_4Layout/1Group/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/1Group/.DS_Store -------------------------------------------------------------------------------- /_4Layout/1Group/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_4Layout/1Group/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/fazhanli.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/1Group/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/fazhanli.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_4Layout/1Group/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/1Group/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_4Layout/1Group/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/1Group/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_4Layout/1Group/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_4Layout/1Group/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_4Layout/2HSTack/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/2HSTack/.DS_Store -------------------------------------------------------------------------------- /_4Layout/2HSTack/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_4Layout/2HSTack/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/fazhanli.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/2HSTack/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/fazhanli.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_4Layout/2HSTack/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/2HSTack/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_4Layout/2HSTack/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/2HSTack/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_4Layout/2HSTack/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_4Layout/2HSTack/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_4Layout/3VSTack/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/3VSTack/.DS_Store -------------------------------------------------------------------------------- /_4Layout/3VSTack/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_4Layout/3VSTack/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/fazhanli.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/3VSTack/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/fazhanli.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_4Layout/3VSTack/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/3VSTack/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_4Layout/3VSTack/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/3VSTack/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_4Layout/3VSTack/DemoProject/Assets.xcassets/Apple.imageset/Pic9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/3VSTack/DemoProject/Assets.xcassets/Apple.imageset/Pic9.png -------------------------------------------------------------------------------- /_4Layout/3VSTack/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_4Layout/3VSTack/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_4Layout/4ZSTack/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/4ZSTack/.DS_Store -------------------------------------------------------------------------------- /_4Layout/4ZSTack/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_4Layout/4ZSTack/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/fazhanli.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/4ZSTack/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/fazhanli.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_4Layout/4ZSTack/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/4ZSTack/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_4Layout/4ZSTack/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/4ZSTack/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_4Layout/4ZSTack/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_4Layout/4ZSTack/DemoProject/Assets.xcassets/beach.imageset/snail.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/4ZSTack/DemoProject/Assets.xcassets/beach.imageset/snail.jpg -------------------------------------------------------------------------------- /_4Layout/4ZSTack/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_4Layout/5List-Basic/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/5List-Basic/.DS_Store -------------------------------------------------------------------------------- /_4Layout/5List-Basic/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_4Layout/5List-Basic/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/5List-Basic/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_4Layout/5List-Basic/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/5List-Basic/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_4Layout/5List-Basic/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_4Layout/5List-Basic/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_4Layout/6List-Insert/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/6List-Insert/.DS_Store -------------------------------------------------------------------------------- /_4Layout/6List-Insert/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_4Layout/6List-Insert/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/6List-Insert/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_4Layout/6List-Insert/DemoProject.xcodeproj/xcuserdata/fazhanli.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | -------------------------------------------------------------------------------- /_4Layout/6List-Insert/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/6List-Insert/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_4Layout/6List-Insert/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_4Layout/6List-Insert/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_4Layout/7List-Delete/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/7List-Delete/.DS_Store -------------------------------------------------------------------------------- /_4Layout/7List-Delete/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_4Layout/7List-Delete/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/7List-Delete/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_4Layout/7List-Delete/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_4Layout/7List-Delete/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_4Layout/8List-Move/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/8List-Move/.DS_Store -------------------------------------------------------------------------------- /_4Layout/8List-Move/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_4Layout/8List-Move/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/8List-Move/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_4Layout/8List-Move/DemoProject.xcodeproj/xcuserdata/fazhanli.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | -------------------------------------------------------------------------------- /_4Layout/8List-Move/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/8List-Move/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_4Layout/8List-Move/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_4Layout/8List-Move/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_4Layout/9List-DeleteAndMove/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/9List-DeleteAndMove/.DS_Store -------------------------------------------------------------------------------- /_4Layout/9List-DeleteAndMove/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_4Layout/9List-DeleteAndMove/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_4Layout/9List-DeleteAndMove/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_4Layout/9List-DeleteAndMove/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_4Layout/9List-DeleteAndMove/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_5DataFlow/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_5DataFlow/.DS_Store -------------------------------------------------------------------------------- /_5DataFlow/1NavigationLink/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_5DataFlow/1NavigationLink/.DS_Store -------------------------------------------------------------------------------- /_5DataFlow/1NavigationLink/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_5DataFlow/1NavigationLink/DemoProject.xcodeproj/xcuserdata/fazhanli.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | -------------------------------------------------------------------------------- /_5DataFlow/1NavigationLink/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_5DataFlow/1NavigationLink/DemoProject/Assets.xcassets/logo.imageset/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_5DataFlow/1NavigationLink/DemoProject/Assets.xcassets/logo.imageset/logo.png -------------------------------------------------------------------------------- /_5DataFlow/1NavigationLink/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_5DataFlow/2NavigationLinkAndGoBack/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_5DataFlow/2NavigationLinkAndGoBack/.DS_Store -------------------------------------------------------------------------------- /_5DataFlow/2NavigationLinkAndGoBack/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_5DataFlow/2NavigationLinkAndGoBack/DemoProject.xcodeproj/xcuserdata/fazhanli.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | -------------------------------------------------------------------------------- /_5DataFlow/2NavigationLinkAndGoBack/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_5DataFlow/2NavigationLinkAndGoBack/DemoProject/Assets.xcassets/logo.imageset/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_5DataFlow/2NavigationLinkAndGoBack/DemoProject/Assets.xcassets/logo.imageset/logo.png -------------------------------------------------------------------------------- /_5DataFlow/2NavigationLinkAndGoBack/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_5DataFlow/3PageNavigation/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_5DataFlow/3PageNavigation/.DS_Store -------------------------------------------------------------------------------- /_5DataFlow/3PageNavigation/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_5DataFlow/3PageNavigation/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_5DataFlow/3PageNavigation/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_5DataFlow/3PageNavigation/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_5DataFlow/3PageNavigation/DemoProject/Assets.xcassets/Picture1.imageset/Pic1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_5DataFlow/3PageNavigation/DemoProject/Assets.xcassets/Picture1.imageset/Pic1.png -------------------------------------------------------------------------------- /_5DataFlow/3PageNavigation/DemoProject/Assets.xcassets/Picture2.imageset/Pic10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_5DataFlow/3PageNavigation/DemoProject/Assets.xcassets/Picture2.imageset/Pic10.png -------------------------------------------------------------------------------- /_5DataFlow/3PageNavigation/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_5DataFlow/4ObjectBinding/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_5DataFlow/4ObjectBinding/.DS_Store -------------------------------------------------------------------------------- /_5DataFlow/4ObjectBinding/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_5DataFlow/4ObjectBinding/DemoProject.xcodeproj/xcuserdata/fazhanli.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | -------------------------------------------------------------------------------- /_5DataFlow/4ObjectBinding/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_5DataFlow/4ObjectBinding/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_5DataFlow/5EnviromentObject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_5DataFlow/5EnviromentObject/.DS_Store -------------------------------------------------------------------------------- /_5DataFlow/5EnviromentObject/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_5DataFlow/5EnviromentObject/DemoProject.xcodeproj/xcuserdata/fazhanli.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | -------------------------------------------------------------------------------- /_5DataFlow/5EnviromentObject/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_5DataFlow/5EnviromentObject/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_5DataFlow/5EnviromentObject/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_5DataFlow/5EnviromentObject/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_5DataFlow/6Show_Modal/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_5DataFlow/6Show_Modal/.DS_Store -------------------------------------------------------------------------------- /_5DataFlow/6Show_Modal/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_5DataFlow/6Show_Modal/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_5DataFlow/6Show_Modal/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_5DataFlow/7Show-Alert/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_5DataFlow/7Show-Alert/.DS_Store -------------------------------------------------------------------------------- /_5DataFlow/7Show-Alert/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_5DataFlow/7Show-Alert/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_5DataFlow/7Show-Alert/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_5DataFlow/8Show-ActionSheet/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_5DataFlow/8Show-ActionSheet/.DS_Store -------------------------------------------------------------------------------- /_5DataFlow/8Show-ActionSheet/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_5DataFlow/8Show-ActionSheet/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_5DataFlow/8Show-ActionSheet/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_6More/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_6More/.DS_Store -------------------------------------------------------------------------------- /_6More/10NavigationItem/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_6More/10NavigationItem/.DS_Store -------------------------------------------------------------------------------- /_6More/10NavigationItem/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_6More/10NavigationItem/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_6More/10NavigationItem/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_6More/10NavigationItem/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_6More/10NavigationItem/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_6More/11ViewModifier/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_6More/11ViewModifier/.DS_Store -------------------------------------------------------------------------------- /_6More/11ViewModifier/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_6More/11ViewModifier/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_6More/11ViewModifier/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_6More/11ViewModifier/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_6More/11ViewModifier/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_6More/11ViewModifier/DemoProject/Assets.xcassets/avarta1.imageset/avarta1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_6More/11ViewModifier/DemoProject/Assets.xcassets/avarta1.imageset/avarta1.jpg -------------------------------------------------------------------------------- /_6More/11ViewModifier/DemoProject/Assets.xcassets/avarta2.imageset/avarta2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_6More/11ViewModifier/DemoProject/Assets.xcassets/avarta2.imageset/avarta2.jpg -------------------------------------------------------------------------------- /_6More/11ViewModifier/DemoProject/Assets.xcassets/avarta3.imageset/avarta3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_6More/11ViewModifier/DemoProject/Assets.xcassets/avarta3.imageset/avarta3.jpg -------------------------------------------------------------------------------- /_6More/11ViewModifier/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_6More/12Debug/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_6More/12Debug/.DS_Store -------------------------------------------------------------------------------- /_6More/12Debug/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_6More/12Debug/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/fazhanli.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_6More/12Debug/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/fazhanli.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_6More/12Debug/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_6More/12Debug/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_6More/12Debug/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_6More/12Debug/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_6More/12Debug/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png -------------------------------------------------------------------------------- /_6More/12Debug/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_6More/1PreviewInNavigationView/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_6More/1PreviewInNavigationView/.DS_Store -------------------------------------------------------------------------------- /_6More/1PreviewInNavigationView/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_6More/1PreviewInNavigationView/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_6More/1PreviewInNavigationView/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_6More/1PreviewInNavigationView/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_6More/1PreviewInNavigationView/DemoProject/Assets.xcassets/SwiftUI.imageset/SwiftUI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_6More/1PreviewInNavigationView/DemoProject/Assets.xcassets/SwiftUI.imageset/SwiftUI.png -------------------------------------------------------------------------------- /_6More/1PreviewInNavigationView/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_6More/2Background/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_6More/2Background/.DS_Store -------------------------------------------------------------------------------- /_6More/2Background/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_6More/2Background/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/fazhanli.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_6More/2Background/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/fazhanli.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_6More/2Background/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_6More/2Background/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_6More/2Background/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_6More/2Background/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_6More/2Background/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_6More/2Background/DemoProject/Assets.xcassets/iPhoneSerial.imageset/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_6More/2Background/DemoProject/Assets.xcassets/iPhoneSerial.imageset/.DS_Store -------------------------------------------------------------------------------- /_6More/2Background/DemoProject/Assets.xcassets/iPhoneSerial.imageset/iPhoneSerial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_6More/2Background/DemoProject/Assets.xcassets/iPhoneSerial.imageset/iPhoneSerial.png -------------------------------------------------------------------------------- /_6More/2Background/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_6More/3SizeCategory/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_6More/3SizeCategory/.DS_Store -------------------------------------------------------------------------------- /_6More/3SizeCategory/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_6More/3SizeCategory/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_6More/3SizeCategory/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_6More/3SizeCategory/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_6More/3SizeCategory/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_6More/3SizeCategory/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png -------------------------------------------------------------------------------- /_6More/3SizeCategory/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_6More/4PreviewDevice/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_6More/4PreviewDevice/.DS_Store -------------------------------------------------------------------------------- /_6More/4PreviewDevice/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_6More/4PreviewDevice/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_6More/4PreviewDevice/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_6More/4PreviewDevice/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_6More/4PreviewDevice/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_6More/4PreviewDevice/DemoProject/Assets.xcassets/Picture.imageset/Pic1.png -------------------------------------------------------------------------------- /_6More/4PreviewDevice/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_6More/5ViewAsProperties/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_6More/5ViewAsProperties/.DS_Store -------------------------------------------------------------------------------- /_6More/5ViewAsProperties/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_6More/5ViewAsProperties/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_6More/5ViewAsProperties/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_6More/5ViewAsProperties/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_6More/5ViewAsProperties/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_6More/6onAppear-onDisappear/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_6More/6onAppear-onDisappear/.DS_Store -------------------------------------------------------------------------------- /_6More/6onAppear-onDisappear/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_6More/6onAppear-onDisappear/DemoProject.xcodeproj/xcuserdata/fazhanli.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | -------------------------------------------------------------------------------- /_6More/6onAppear-onDisappear/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_6More/6onAppear-onDisappear/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_6More/7ColorScheme-LightAndDark/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_6More/7ColorScheme-LightAndDark/.DS_Store -------------------------------------------------------------------------------- /_6More/7ColorScheme-LightAndDark/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_6More/7ColorScheme-LightAndDark/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_6More/7ColorScheme-LightAndDark/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_6More/8AnyView/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_6More/8AnyView/.DS_Store -------------------------------------------------------------------------------- /_6More/8AnyView/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | -------------------------------------------------------------------------------- /_6More/8AnyView/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/fazhanli.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_6More/8AnyView/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/fazhanli.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_6More/8AnyView/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_6More/8AnyView/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/jerry.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /_6More/8AnyView/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_6More/8AnyView/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_6More/8AnyView/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_6More/8AnyView/DemoProject/Assets.xcassets/Flower.imageset/avarta1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_6More/8AnyView/DemoProject/Assets.xcassets/Flower.imageset/avarta1.jpg -------------------------------------------------------------------------------- /_6More/8AnyView/DemoProject/Assets.xcassets/iPhoneSerial.imageset/iPhoneSerial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_6More/8AnyView/DemoProject/Assets.xcassets/iPhoneSerial.imageset/iPhoneSerial.png -------------------------------------------------------------------------------- /_6More/8AnyView/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_6More/9NavigationBarTitle/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_6More/9NavigationBarTitle/.DS_Store -------------------------------------------------------------------------------- /_6More/9NavigationBarTitle/DemoProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_6More/9NavigationBarTitle/DemoProject/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/_6More/9NavigationBarTitle/DemoProject/.DS_Store -------------------------------------------------------------------------------- /_6More/9NavigationBarTitle/DemoProject/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /_6More/9NavigationBarTitle/DemoProject/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /images/10Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/10Button.png -------------------------------------------------------------------------------- /images/10Fitness.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/10Fitness.gif -------------------------------------------------------------------------------- /images/10NavigationItem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/10NavigationItem.png -------------------------------------------------------------------------------- /images/10ScrollView-Vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/10ScrollView-Vertical.png -------------------------------------------------------------------------------- /images/11Button-sheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/11Button-sheet.png -------------------------------------------------------------------------------- /images/11Financo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/11Financo.gif -------------------------------------------------------------------------------- /images/11ScrollView-Horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/11ScrollView-Horizontal.png -------------------------------------------------------------------------------- /images/11ViewModifier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/11ViewModifier.png -------------------------------------------------------------------------------- /images/12ScrollView-VerticalAndHorizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/12ScrollView-VerticalAndHorizontal.png -------------------------------------------------------------------------------- /images/12Spacer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/12Spacer.png -------------------------------------------------------------------------------- /images/13Divider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/13Divider.png -------------------------------------------------------------------------------- /images/13Form-Basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/13Form-Basic.png -------------------------------------------------------------------------------- /images/14Form-Segment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/14Form-Segment.png -------------------------------------------------------------------------------- /images/14Image-Basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/14Image-Basic.png -------------------------------------------------------------------------------- /images/15Form-EnableDisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/15Form-EnableDisable.png -------------------------------------------------------------------------------- /images/15Image-Style.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/15Image-Style.png -------------------------------------------------------------------------------- /images/16Form-ShowHide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/16Form-ShowHide.png -------------------------------------------------------------------------------- /images/16Image-Processing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/16Image-Processing.png -------------------------------------------------------------------------------- /images/17Image-Blend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/17Image-Blend.png -------------------------------------------------------------------------------- /images/18Image-Mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/18Image-Mask.png -------------------------------------------------------------------------------- /images/19Image-Transform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/19Image-Transform.png -------------------------------------------------------------------------------- /images/1Group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/1Group.png -------------------------------------------------------------------------------- /images/1NavigationLink.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/1NavigationLink.gif -------------------------------------------------------------------------------- /images/1PreviewInNavigationView.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/1PreviewInNavigationView.png -------------------------------------------------------------------------------- /images/1SwiftUI.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/1SwiftUI.gif -------------------------------------------------------------------------------- /images/1TapGesture+Singletap.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/1TapGesture+Singletap.gif -------------------------------------------------------------------------------- /images/1scaleEffect+default.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/1scaleEffect+default.gif -------------------------------------------------------------------------------- /images/20Image-Web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/20Image-Web.png -------------------------------------------------------------------------------- /images/21Picker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/21Picker.png -------------------------------------------------------------------------------- /images/22PickerDate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/22PickerDate.png -------------------------------------------------------------------------------- /images/23Slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/23Slider.png -------------------------------------------------------------------------------- /images/24Stepper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/24Stepper.png -------------------------------------------------------------------------------- /images/25Segment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/25Segment.png -------------------------------------------------------------------------------- /images/26Toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/26Toggle.png -------------------------------------------------------------------------------- /images/27TabView.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/27TabView.png -------------------------------------------------------------------------------- /images/28Webview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/28Webview.png -------------------------------------------------------------------------------- /images/29MapView.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/29MapView.png -------------------------------------------------------------------------------- /images/2Background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/2Background.png -------------------------------------------------------------------------------- /images/2GameType.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/2GameType.gif -------------------------------------------------------------------------------- /images/2HSTack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/2HSTack.png -------------------------------------------------------------------------------- /images/2NavigationLinkAndGoBack.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/2NavigationLinkAndGoBack.gif -------------------------------------------------------------------------------- /images/2Opacity+linear.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/2Opacity+linear.gif -------------------------------------------------------------------------------- /images/2TapGesture+Doubletap.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/2TapGesture+Doubletap.gif -------------------------------------------------------------------------------- /images/2Text-BasicStyle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/2Text-BasicStyle.png -------------------------------------------------------------------------------- /images/30Shape-Circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/30Shape-Circle.png -------------------------------------------------------------------------------- /images/31Shape-Rectangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/31Shape-Rectangle.png -------------------------------------------------------------------------------- /images/32Shape-Path.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/32Shape-Path.png -------------------------------------------------------------------------------- /images/33GradientLinear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/33GradientLinear.png -------------------------------------------------------------------------------- /images/34GradientAngular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/34GradientAngular.png -------------------------------------------------------------------------------- /images/35GradientRadial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/35GradientRadial.png -------------------------------------------------------------------------------- /images/3ARProduct.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/3ARProduct.gif -------------------------------------------------------------------------------- /images/3LongPressGesture.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/3LongPressGesture.gif -------------------------------------------------------------------------------- /images/3Offset+easeOut.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/3Offset+easeOut.gif -------------------------------------------------------------------------------- /images/3PageNavigation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/3PageNavigation.gif -------------------------------------------------------------------------------- /images/3SizeCategory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/3SizeCategory.png -------------------------------------------------------------------------------- /images/3Text-Paragraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/3Text-Paragraph.png -------------------------------------------------------------------------------- /images/3VSTack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/3VSTack.png -------------------------------------------------------------------------------- /images/4DCards.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/4DCards.gif -------------------------------------------------------------------------------- /images/4ObjectBinding.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/4ObjectBinding.gif -------------------------------------------------------------------------------- /images/4PreviewDevice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/4PreviewDevice.png -------------------------------------------------------------------------------- /images/4RotationEffect+spring.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/4RotationEffect+spring.gif -------------------------------------------------------------------------------- /images/4RotationGesture.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/4RotationGesture.gif -------------------------------------------------------------------------------- /images/4Text-Padding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/4Text-Padding.png -------------------------------------------------------------------------------- /images/4ZSTack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/4ZSTack.png -------------------------------------------------------------------------------- /images/5CombinedAnimation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/5CombinedAnimation.gif -------------------------------------------------------------------------------- /images/5Deposits.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/5Deposits.gif -------------------------------------------------------------------------------- /images/5DragGesture.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/5DragGesture.gif -------------------------------------------------------------------------------- /images/5EnviromentObject.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/5EnviromentObject.gif -------------------------------------------------------------------------------- /images/5List-Basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/5List-Basic.png -------------------------------------------------------------------------------- /images/5Text-FullScreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/5Text-FullScreen.png -------------------------------------------------------------------------------- /images/5ViewAsProperties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/5ViewAsProperties.png -------------------------------------------------------------------------------- /images/6List-Insert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/6List-Insert.png -------------------------------------------------------------------------------- /images/6LoginPage.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/6LoginPage.gif -------------------------------------------------------------------------------- /images/6LongPressGestureAndDragGesture.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/6LongPressGestureAndDragGesture.gif -------------------------------------------------------------------------------- /images/6Show_Modal.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/6Show_Modal.gif -------------------------------------------------------------------------------- /images/6SpeadAndDelay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/6SpeadAndDelay.gif -------------------------------------------------------------------------------- /images/6Text-DateFormatter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/6Text-DateFormatter.png -------------------------------------------------------------------------------- /images/6onAppear-onDisappear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/6onAppear-onDisappear.png -------------------------------------------------------------------------------- /images/7ColorScheme-LightAndDark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/7ColorScheme-LightAndDark.png -------------------------------------------------------------------------------- /images/7DonutChart.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/7DonutChart.gif -------------------------------------------------------------------------------- /images/7List-Delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/7List-Delete.png -------------------------------------------------------------------------------- /images/7Repeating.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/7Repeating.gif -------------------------------------------------------------------------------- /images/7Show-Alert.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/7Show-Alert.gif -------------------------------------------------------------------------------- /images/7Text-Append.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/7Text-Append.png -------------------------------------------------------------------------------- /images/8AnyView.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/8AnyView.png -------------------------------------------------------------------------------- /images/8List-Move.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/8List-Move.png -------------------------------------------------------------------------------- /images/8Show-ActionSheet.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/8Show-ActionSheet.gif -------------------------------------------------------------------------------- /images/8SlidePages.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/8SlidePages.gif -------------------------------------------------------------------------------- /images/8TextField.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/8TextField.png -------------------------------------------------------------------------------- /images/8ToggleVisibility.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/8ToggleVisibility.gif -------------------------------------------------------------------------------- /images/9AsymmetricTransition.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/9AsymmetricTransition.gif -------------------------------------------------------------------------------- /images/9Icecream.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/9Icecream.gif -------------------------------------------------------------------------------- /images/9List-DeleteAndMove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/9List-DeleteAndMove.png -------------------------------------------------------------------------------- /images/9NavigationBarTitle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/9NavigationBarTitle.png -------------------------------------------------------------------------------- /images/9TextField-SecureField.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/9TextField-SecureField.png -------------------------------------------------------------------------------- /images/GithubSwiftUICover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/GithubSwiftUICover.png -------------------------------------------------------------------------------- /images/GithubSwiftUICover2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/GithubSwiftUICover2.png -------------------------------------------------------------------------------- /images/SwiftUI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/SwiftUI.png -------------------------------------------------------------------------------- /images/SwiftUIXcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/SwiftUIXcode.png -------------------------------------------------------------------------------- /images/USFlag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/USFlag.png -------------------------------------------------------------------------------- /images/swiftui-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/swiftui-logo.png -------------------------------------------------------------------------------- /images/topIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fzhlee/SwiftUI-Guide/6b9430e0d3f1e6e395853f79f85f8b55a7cb4402/images/topIcon.png --------------------------------------------------------------------------------