# MVC + Navigation + Delegation

### Lecture Slides

{% embed url="<https://docs.google.com/presentation/d/1138SwzltvB2-Rvj_RL-whj8tEUVO8BZ2EwowXuCuDck/edit?usp=sharing>" %}

### Lecture Video

{% embed url="<https://www.youtube.com/watch?v=H3qMIp2mSRc>" %}

### 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
```
