Back to Feed
Video youtube

Static & Class Members | Swift 4, Xcode 9

Today we go over what static and class members are, how static properties/members differ from class properties/members, and how to the implementation of these members differs from regular properties and methods, using Swift 4. First we will review the normal properties, such as stored and computed, as well as show a regular implementation of a method. Next, we will go over how the static member looks compared to the regular members, as well as how it differs in implementation. Lastly, we go over

Watch on YouTube