After carrying around my iPhone 6 for two and a half years I finally wanted to know how to build an iOS app.
Getting started
I used this tutorial from apple and rolled with the punches:
Installing XCode
takes ages! Download 4,6 GB 🙁
First issue: when accidentally making the wrong connection between a UI-Element and the ViewController (@IBOutlet instead of @IBAction) You have to remove the connection in the code _and_ in the storyboard via context menu.
First own app
After I was done with the tutorial I wrote an app I always wanted to write:
A music player app to make learning songs easy. Use case: You want to learn a solo from e.g. Metallica’s “Nothing else matters” and You want to play along the music.
Requirements so far: