Skip to content

Releases: UWAppDev/SwiftUI-FoodTracker

Swift Playgrounds 4

28 Feb 02:16
Compare
Choose a tag to compare
Swift Playgrounds 4 Pre-release
Pre-release

Try out the SwiftUI 3 Food Tracker app in either Swift Playgrounds 4 or Xcode!

Session 3: Define Data Model

26 Oct 03:24
e2a94e4
Compare
Choose a tag to compare

Learn how to create structs, handle Optionals, and check program correctness using XCTest framework.

Watch the tutorial here: https://youtu.be/VShC0kUcVgA

For more, please visit https://uwapp.dev

Resources

Source Code: https://github.com/UWAppDev/SwiftUI-FoodTracker
Data You Can Trust: https://developer.apple.com/videos/play/wwdc2018/222/

Session 2: Intro to Interactions and Data Flow

23 Sep 19:28
e66f286
Compare
Choose a tag to compare

Learn the basics of how data flows through SwiftUI, how to implement buttons with multiple behaviours, using SF Symbols, and how to bind view structs together.

Watch the tutorial here: https://www.youtube.com/watch?v=he2Suk9Cd_4

For more, please visit https://uwapp.dev

Resources

Session 1: Build a Basic UI

12 Jun 14:06
Compare
Choose a tag to compare

Learn how to build a simple screen in SwiftUI by using View, Modifiers, VStack, and the Inspector. Importing a Swift Package through Swift Package Manager to use additional modifiers for further customization.

Watch the tutorial here: https://youtu.be/8WHc-MCND_M

For more, please visit https://uwapp.dev

Resources