Auto unwrapping of Optionals when let is used with if and guard
Attended a workshop on “Introduction to iOS Development with Swift 4” last year on 07 Oct 2017. Got a better idea of Optionals and penned down some notes in a GitHub gist. Thought it would be better to put them in a blog post to make it more accessible 🙂 The gist of it is …
Continue reading “Auto unwrapping of Optionals when let is used with if and guard”