Our mobile iOS application allows to choose from a variety of tasty pizzas and add them to their shopping cart.
- Protocol and Delegate Communication Pattern
- Animation
- Storyboards
- Dynamic Dark Mode
- iOS 14.5+
- Xcode 12.5
You will need Xcode in order to open and run the app
struct Pizza {
let name: String
let cheeseType: String
let price: Double
let description: String
let rating: Double
let cal: Int
let imageName: String
}
Ivan Ramirez @IvansTwitter LinkedIn LinkedIn