Author: Frank Anderson

Last Updated: 22 September, 2022

This presentation provides explanations for basic building blocks and how to apply this to creating a simple Shopping List app.

Click above to view the slides. Presentation given by Frank Anderson on 25 September, 2022 during Fall 2022 Hack Session 2.

MyFirstApp.zip

Download the sample code here. Please play with and manipulate it to see how different parts of the app work.

The Goal

Data in Swift

Thinking about Layout

Styling with Modifiers

Abstraction (to remove Duplication)

Data + Design = …

Next Steps