/learns-iOS

A repository to track my personal learning plan and track mini-projects from tutorials.

Primary LanguageSwift

learn-iOS

A repository to track my personal learning plan and track mini-projects from tutorials.

Tutorials

Questions & Answers

what does the fileprivate keyword mean?

?

Aside from invoking a sort of function to retrieve a value, how else are computed properties different from stored properties?

Ref: https://developer.apple.com/library/content/documentation/Swift/Conceptual/Swift_Programming_Language/Properties.html

Wait, why do we need guard again?