# UITableView

### Lecture Slides

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

### Lecture Video

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

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