Learn how to unwrap optionals, force unwrap optionals, use optional binding, and use the guard statement.
This is a companion discussion topic for the original entry at https://www.raywenderlich.com/3535-programming-in-swift/lessons/24
Learn how to unwrap optionals, force unwrap optionals, use optional binding, and use the guard statement.
Hey ray! I heard that “Functions and Optionals: Introduction to Functions” covers 9 percent of daily written function code. I was wondering after finishing “Functions and Optionals: More Functions” Is there still more video to learn function? And, like how much percent approximately do these two course covers daily function codes?
I’m not sure what you mean by that statistic you mentioned, but these two videos cover everything you need to know to write your own functions.
There are some more advanced aspects of Swift that this course doesn’t cover, but we cover those aspects in other courses on our site, such as Advanced Swift.
This topic was automatically closed after 166 days. New replies are no longer allowed.