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

# UITableView

### Lecture Slides

{% embed url="<https://docs.google.com/presentation/d/15y5djQ4_2vFzc_04A6xnTxDrseHihS6OEU7o-Y9Jp84/edit?usp=sharing>" %}

### Lecture Video

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

### Lecture Demo

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

#### Checkout Branches

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

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