> 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/archived-past-semesters/fa25/lectures/uitableview.md).

# UITableView

### Lecture Slides

{% embed url="<https://docs.google.com/presentation/d/1lcn8A2jIOewQ9vmJiSBGwcnk8geLEid86JkGoX1MrWM>" %}

### Lecture Video

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

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