Skip to content

chelwoong/CS193p

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS193p iOS11

Challenge iOS with Paul's lecture on stanford

Contents

Concentration

CHAPTER 1

Swift

  • Optional
  • Accessing and Modifying a String
  • Customizing Initialization
  • MVC
  • Struct vs Class
  • Sequence
  • static
  • lazy
  • indicies
  • stride
  • tuple
  • computed property
  • access control
  • assertion
  • extensions
  • enum
  • optional
  • optional chaining
  • data structures
    • class
    • struct
    • enum
    • protocol
  • Memory management
  • Quick demo of mutationg
  • protocols
  • String
  • NSAttributedString
  • Closures (and functions as type in general)
  • Thrown Errors
  • Any & AnyObject
  • Custom Drawing
  • Other Interesting Classes
    • NSObject
    • NSNumber
    • Date
    • Data
  • Views
  • Coordinate System Data Structures
  • View Coordiante System
  • Fonts
  • Drawing Images
  • CustomStringConvertible

About

Stanford iOS Lecture 🎓

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages