# UICollectionView

### Lecture Slides

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

### Lecture Video

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

### Lecture Demo

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

#### Checkout Branches

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