Food Delivery – iOS Source Code

Overview

Food Delivery is an application made 100% in Swift. The app is easy to use and iOS ready.

P35cihM.png

Main Products Page

Explore the list of all food items with the option to add them in your cart by simply selecting one item.


Create your desired food item

Create your personal pizza by adding all the ingredients that you want and selecting the size and type.


Slide Menu

Easily accessible menu where you can open your Order History so you can order faster from a past order, change your Settings and see the Privacy Policy for the application.


Checkout View

Checkout your products with multiple paying options and save your details for a next delivery.


Additional Information

The current array we use for the list of products is a local raw/json file, please read the documentation file (PDF) provided as a part of the package you purchased. It contains all the information you may need to modify the app to your suiting.

You will need to change that raw/json file or even better parse a remote JSON file that you would generate from your own backend/server. It’s important to make sure that you have the array mapped to work with the app or modify the app to work with your own desired structured based on your backend. Please refer to the documentation for more details.

We’ve added PayPal as an alternative payment method.

Features

  • PayPal
    • We added PayPal as a payment method. It’s up to you if you want it in your application.
  • Easy integration
  • Full documentation
  • Side Menu
  • Settings Menu

Instructions

Food Delivery is a mobile application that shows the products sold by a restaurant to its clients online. The app takes a JSON feed of products and displays it to its users in an easy and interactive way, allowing them to choose their favorites products and place orders according to their needs.

You will need to create your own server based on the documentation provided and connect it to the application. All the functions are already implemented, so you will just have to change a couple of strings and a flag and your application will be ready to use

Related