You’ve made it to the end of the tenth part of this series, so let’s summarize:
if let
or using guard let
.nil
your code will crash.try?
to convert a throwing function into an optional return value, or try!
to crash if an error is thrown.init?()
to make a failable initializer.TAKE YOUR SKILLS TO THE NEXT LEVEL If you like Hacking with Swift, you'll love Hacking with Swift+ – it's my premium service where you can learn advanced Swift and SwiftUI, functional programming, algorithms, and more. Plus it comes with stacks of benefits, including monthly live streams, downloadable projects, a 20% discount on all books, and more!
Sponsor Hacking with Swift and reach the world's largest Swift community!
Link copied to your pasteboard.