> For the complete documentation index, see [llms.txt](https://ios-course.cornellappdev.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ios-course.cornellappdev.com/resources/textbook/mvc-+-navigation-+-delegation.md).

# MVC + Navigation + Delegation

### Lecture Slides

{% embed url="<https://docs.google.com/presentation/d/1rb9v4VqH7i46g_gEqNUVeEdEdkvor4qRwYSi9xjxtVg/edit?usp=sharing>" %}

### Lecture Video

{% embed url="<https://youtu.be/DKXLf3zebUA>" %}

### Lecture Demo

{% embed url="<https://github.com/intro-to-ios/lec3-navigation>" %}
If you prefer to download the ZIP, go to Code > Download ZIP.
{% endembed %}

#### Clone the Repository

```sh
git clone https://github.com/intro-to-ios/lec3-navigation.git
OR git clone git@github.com:intro-to-ios/lec3-navigation.git
```

#### Checkout Branches

```sh
git checkout origin/1-navigation
OR git checkout 1-navigation

git checkout origin/2-delegation
OR git checkout 2-delegation
```
