Chapter 8: Shoe Point of Sale System – Design
When SwiftUI was announced and I finally decided to write again, this app idea was number one on my list. I feel like you can really see the power of reactive programming in an app that has a lot going on on one screen. I am also a huge fan of shoes, so it was a no-brainer for me.
In this chapter, we will be building a Point of Sale (POS) system for shoes. We are going to ignore multi-tasking because my thinking for this app is that it would be used on company iPads and at the cash registers used for checking out customers' items only. I wanted to focus on particular features, instead of this app being universal in application. In the last two chapters, the app we built was more adapted for use with multi-tasking. Here, we will be building an app that is connected to CloudKit. You will be designing and coding the shoe app, and you will also be able to see the store's inventory. Since this app will be more about data...