Completed
reorder rows
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Optimizing Swift Code for Separation of Concerns and Simplicity
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Code Reviewing
- 3 Reading code
- 4 Code duplication
- 5 Understanding the code
- 6 Reading the code
- 7 Extracting the logic
- 8 Autolayout
- 9 Custom operators
- 10 Goons
- 11 Before and After
- 12 Table view
- 13 reorder rows
- 14 user defaults
- 15 backwards compatibility
- 16 touch targets
- 17 minimum hit area button
- 18 hide sub use
- 19 context
- 20 optional views
- 21 Explicit views
- 22 Updating state
- 23 Updating state bar
- 24 Summary