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.
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.
If you're feeling up to it, here is some additionaly functionality to work on.
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:
Currently the app only works for certain screen sizes. Make it so the app looks great on any iPhone or iPad in any orientation!
This project has been updated to work with iOS 12, Xcode 10.1, and Swift 4.2.