Info

Concepts In Code

Concepts in Code is a show about programming and software engineering in general. Listen in as Hank an BJ develop apps and talk about the software development process.
RSS Feed Subscribe in Apple Podcasts
Concepts In Code
2018
March


2017
December
October
January


2016
October
August
July
March
January


2015
December
November
October
September
August
July


All Episodes
Archives
Now displaying: Page 1
Mar 21, 2016
1 Comments
  • over eight years ago
    Scott R
    Structs cannot be seen in Objective-C at all, unfortunately :(. You have to use classes while subclassing NSObject like you mentioned.

    A few other things you can write in Swift that can't be seen by Objective-C code:
    * Protocol extensions
    * Generics
    * Enums as first-class citizens, and enums that don't inherit from Int
    * Default values for function parameters
Adding comments is not available at this time.