|
| 1 | +# SwiftUI Review |
| 2 | + |
| 3 | +The App use state management for Login. |
| 4 | + |
| 5 | +- Once logged in, it should take you to a TabBarView. |
| 6 | +- The Tabbar should hold 2 views, and one of them will navigate back and forth with the detailed information of what was clicked. |
| 7 | +- The information in both is a list of items. |
| 8 | + |
| 9 | +## References |
| 10 | + |
| 11 | +### Videos |
| 12 | +* **[Introducing SwiftUI: Building Your First App](https://developer.apple.com/videos/play/wwdc2019/204/)** |
| 13 | +* **[SwiftUI Essentials](https://developer.apple.com/videos/play/wwdc2019/216)** |
| 14 | +* **[Data Flow Through SwiftUI](https://developer.apple.com/videos/play/wwdc2019/226)** |
| 15 | +* **[Building Custom Views with SwiftUI](https://developer.apple.com/videos/play/wwdc2019/237)** |
| 16 | +* **[Integrating SwiftUI](https://developer.apple.com/videos/play/wwdc2019/231)** |
| 17 | +* **[Accessibility in SwiftUI](https://developer.apple.com/videos/play/wwdc2019/238)** |
| 18 | +* **[SwiftUI On All Devices](https://developer.apple.com/videos/play/wwdc2019/240)** |
| 19 | +* **[SwiftUI on watchOS](https://developer.apple.com/videos/play/wwdc2019/219)** |
| 20 | +* **[Mastering Xcode Previews](https://developer.apple.com/videos/play/wwdc2019/233)** |
| 21 | + |
| 22 | +### Tutorials |
| 23 | +* **[Creating and Combining Views](https://developer.apple.com/tutorials/swiftui/creating-and-combining-views)** |
| 24 | +* **[Working with UI Controls](https://developer.apple.com/tutorials/swiftui/working-with-ui-controls)** |
| 25 | +* **[Handling User Input](https://developer.apple.com/tutorials/swiftui/handling-user-input)** |
| 26 | +* **[Building Lists and Navigation](https://developer.apple.com/tutorials/swiftui/building-lists-and-navigation)** |
| 27 | +* **[Drawing Paths and Shapes](https://developer.apple.com/tutorials/swiftui/drawing-paths-and-shapes)** |
| 28 | +* **[Animating Views and Transitions](https://developer.apple.com/tutorials/swiftui/animating-views-and-transitions)** |
| 29 | +* **[Composing Complex Interfaces](https://developer.apple.com/tutorials/swiftui/composing-complex-interfaces)** |
| 30 | +* **[Interfacing with UIKit](https://developer.apple.com/tutorials/swiftui/interfacing-with-uikit)** |
| 31 | + |
0 commit comments