Intro to iOS Development: Lecture 2: UIKit and Autolayout



Intro to iOS Development: Lecture 2: UIKit and Autolayout

Intro to iOS Development: Lecture 2: UIKit and Autolayout

Clarification on [00:45]: The homework ‘was’ not due tomorrow, it was due yesterday 🙂 no free extensions from my mistake 😛
Correction on [20:20]: If on a earlier version of XCode, DO NOT remove self.window = window, otherwise you will still have a black screen since you never actually set your window.

Lecture:
0:42 – Logistics
1:33 – Grading Policy
2:14 – Lecture 1 Review
5:18 – UIKit
7:01 – AutoLayout
11:48 – Demo Slide
1:03:04 – Action Items

Demo:
11:55​ – Project Setup
15:06​ – Removing Storyboard from Project + App/Scene Delegate Setup
20:40 – Figma Tutorial + UIView
31:00 – UILabel
38:45 – Debug View Hierarchy
41:10 – UITextView
45:48 – UIButton
53:02 – UIImageView
57:55 – Adding Targets to UIButton

Comments are closed.