> 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/uicollectionview.md).

# UICollectionView

### Lecture Slides

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

### Lecture Video

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

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