Introduction Pro
This course expects you to be comfortable with the basic syntax of Swift and to have perhaps written an app or two. You should be familiar with basic types in the Swift standard library.
Swift is safe by default. Sometimes you may need to forgo this safety for extra performance or to interact with an unsafe language such as C.
Comments