A Swift iOS Appetizers app, allowing you to select and add them on the order screen, the button shows the total order amount and a badge shows the number of appetizers added, and also has a screen with the user's personal data. Both the data entered and the finalize order button are for illustration purposes only.
## Contents
- Modern Table View
- MVVM
- View Code (UIKit)
- Custom elements
- iOS 17.0 or later
- Xcode 15.0 or later
- Swift 5.0 or later
- List of Appetizers
- Add and remove orders
- Save personal data on device
First of all download and install Xcode, Swift Package Manager and then clone the repository:
$ [email protected]:diggosilva/Appetizers.git
After cloning, do the following:
$ cd <diretorio-base>/Appetizers/
$ open Appetizers.xcodeproj/
- SDWebImage - Asynchronous image downloader with cache support as a UIImageView category
- Sean Allen - He created this app in SwiftUI and I replicated it in UIKit