# Persistence + SnapKit

### Lecture Slides

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

### Lecture Video

{% embed url="<https://www.youtube.com/watch?feature=youtu.be&v=IdnFEX_8Nwk>" %}

### Lecture Demo

{% embed url="<https://github.com/intro-to-ios/lec8-persist-snapkit>" %}
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/lec8-persist-snapkit.git
OR git clone git@github.com:intro-to-ios/lec8-persist-snapkit.git
```

#### Checkout Branches

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

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