learn-iOS
A repository to track my personal learning plan and track mini-projects from tutorials.
Tutorials
- Swift 4 Essential Training - Harrison Ferrone
- Swift: Writing Reusable Frameworks - David Okun
- Advanced Auto Layout - Scott Berrevoets
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?
Wait, why do we need guard again?