Intro to iOS Development
Search
⌃
K
Welcome
☀
Introduction
🐣
Getting Started
🐦
Course Staff
Logistics
📜
Syllabus
🗓
Schedule
🖊
Grading
🙋♂
Office Hours
Ed Discussion
Assignments
🍼
A1: Swift Basics
🧑
A2: Profile
💬
A3: ChatDev
👨🍳
A4: ChefOS
📱
Hack Challenge
Chapters
0⃣
Course Intro + Logistics
1⃣
Swift Basics
2⃣
UIKit + AutoLayout
3⃣
MVC + Navigation + Delegation
4⃣
UITableView
🏓
What is a UITableView?
🏗
UITableView Setup
5⃣
UICollectionView
6⃣
Networking I
7⃣
Networking II
8⃣
Persistence + SnapKit
9⃣
ARC
🔟
SwiftUI
🎛
Widgets
Guides
🔨
Xcode Project Setup
🎨
Figma
🍫
CocoaPods
📬
Postman
☁
Git and GitHub
🧰
UIKit Handbook
Archived
SP23
2022
2021
2019
Swift Guide (ARCHIVED)
About this Textbook
Documentation
Constants and Variables
Functions
Ranges
Arrays
Tuples
Conditions and While Loops
For Loops
Enums and Switches
Classes and Structs
Optionals
Dictionaries
Closures
Constraints
Generics
Protocols
Casting
Errors
Networking
Inout
Powered By
GitBook
Comment on page
4⃣
UITableView
Fall 2023
Lecture Slides
Lecture Video
Lecture Demo
https://github.coecis.cornell.edu/intro-to-ios/lec4-uitableview
github.coecis.cornell.edu
Clone the Repository
[email protected]
:intro-to-ios/lec4-uitableview.git
Checkout Branches
git
checkout origin/1-cell
OR
git
checkout
1
-cell
git
checkout origin/2-tableview
OR
git
checkout
2
-tableview
Previous
Delegation
Next
What is a UITableView?
Last modified
1mo ago