Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 783 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 783 Bytes

Objective-C from a Swift Perspective

Swifty introduction to Objective-C superpowers, pony's and rainbows included.

Lesson 1: Objective-C Foundation via Mocks

The main goal of this lesson is to learn the value and dangers of a Runtime. It is meant for students with knowledge of Swift 3.0 (or higher) but no knowledge of Objective-C.

  • Lessons can be found in the lessons folders
  • Students put there projects or assignment in the students folder.

Preparation

  1. Make a copy of the root project and add it to your student folder
  2. Open the main xCode workspace and you will find a first Unit test. Try to understand it and try the assignment found in lesson one.
  3. Create Pull Request for master with your setup project.

! Text and code will change before tomorrow!