People---Tutoring-Project

Tutoring Project

Lesson 1

Lesson 2

  • Detail View with prepare(for segue:
  • system Images
  • using toggle()
  • Protocols
    • A protocol defines a blueprint of methods, properties, and other requirements that suit a particular task or piece of functionality.
  • Delegate pattern
    • How to use delegate protocols.
    • The core purpose of the delegate pattern is to allow an object to communicate back to its owner in a decoupled way.

Lesson 3

  • creating custome cell
  • didSet
  • Extensions
  • using fatalError()
  • Computed Properties