The Big Nerd Ranch Swift - End of chapter 16

less than 1 minute read

Summary

  • Properties
    • property syntax
    • stored VS computed properties
    • read-only and read/write properites
    • lazy loading and lazy properties
    • property observers
    • type properties
    • access control

source code

Leave a comment