chrislonge / Notes-App

End result for Intro to iOS class for Capital One's Software Engineering Summit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notes-App

Since you will be learning a pletheora of information during Capital One's software engineering summit, let's build an iOS app for taking notes. While building this app we'll cover the basics of iOS and Xcode.

Content

In this repo, you'll find the end result of the Notes App.

Please see StepByStepInstructions.md for detailed instructions on building this app. During the workshop you can use the instructions to follow along.

Bonus Functionality

If you're feeling up to it, here is some additionaly functionality to work on.

Add Persistence

As you've probably noticed by now, when you close the app and re-open it, all of your data is gone. In order to save all your data you'll need to add persistence. There are many options available to accomplish this. Here are some options:

Add UI Constraints

Currently the app only works for certain screen sizes. Make it so the app looks great on any iPhone or iPad in any orientation!

Requirements

This project has been updated to work with iOS 12, Xcode 10.1, and Swift 4.2.

About

End result for Intro to iOS class for Capital One's Software Engineering Summit


Languages

Language:Swift 100.0%