Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 863 Bytes

File metadata and controls

12 lines (7 loc) · 863 Bytes

Introduction

This is a template for getting started with iOS development using GitHub and fastlane.

Getting started

You'll need a working MacOS development environment with XCode 10 to use this template. You can find instructions to get up and running on the Apple XCode website.

What's contained in this project

This template contains a simple Food Tracker App based off of the Start Developing iOS Apps (Swift) Lessons. Where necessary the template has been upgraded to use Swift 4. The app displays a list of meals consisting of a name, rating, and photo. Users are able to add or edit a meal by navigating to a detail screen. The app also includes a lightweight solution for basic data persistence.