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
5⃣
UICollectionView
6⃣
Networking I
7⃣
Networking II
Cocoapods
🤠
Alamofire
🥡
GET Requests
✉
POST Requests
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
7⃣

Networking II

Fall 2023

Lecture Slides

Lecture Video

Lecture Demo

https://github.coecis.cornell.edu/intro-to-ios/lec7-networking2
github.coecis.cornell.edu

Clone the Repository

[email protected]:intro-to-ios/lec7-networking2.git

Checkout Branches

git checkout origin/1-get
OR git checkout 1-get
​
git checkout origin/2-post
OR git checkout 2-post
​
git checkout origin/3-refresh
OR git checkout 3-refresh
Previous
Codable
Next
Alamofire
Last modified 27d ago
On this page
Lecture Slides
Lecture Video
Lecture Demo