21 lines
759 B
Markdown
21 lines
759 B
Markdown
---
|
|
layout: post
|
|
title: "The Anatomy of iOS"
|
|
categories:
|
|
- Tutorials
|
|
tags:
|
|
- swift
|
|
- coding
|
|
- iOS
|
|
|
|
last_modified_at:
|
|
excerpt_separator: <!-- more -->
|
|
---
|
|
|
|
In my opinion, one of the hardest things to do do in programming is to start. The good thing about coding is: you have infinite resources available to you. It is awesome. The bad thing is: you have infinite resources available to you. It is horrible.
|
|
|
|
And most tutorials focus on teaching you the details first. They dive straight into code. They don't help to structure your thinking. I'll try to help with that a little bit, by providing an overview over the iOS anatomy. This article wants to provide an overview. To get the details, it links to Apple's documentation website.
|
|
|
|
<!-- more -->
|
|
|