Skip to content

ramirezi29/PizzaDelegate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PizzaDelegate

Our mobile iOS application allows to choose from a variety of tasty pizzas and add them to their shopping cart.

Swift Version

Features

  • Protocol and Delegate Communication Pattern
  • Animation
  • Storyboards
  • Dynamic Dark Mode

Requirements

  • iOS 14.5+
  • Xcode 12.5

Installation

Xcode

You will need Xcode in order to open and run the app

Model Code Snippet

struct Pizza {
    
    let name: String
    let cheeseType: String
    let price: Double
    let description: String
    let rating: Double
    let cal: Int
    let imageName: String
}

Let me know what you think

Ivan Ramirez @IvansTwitter LinkedIn LinkedIn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages