Back to Feed
Video youtube

Using Access Control and Custom Frameworks | Swift 3, Xcode 8

Today we go over what Access Control is in Swift and how each access type is used by working with frameworks. This is a step by step tutorial that will explain what is happening in each line of code so you can grasp the full concept of how each access level (i.e. open, public, internal, fileprivate, and private) is used.

Access Control is a major part of working with external frameworks and code encapsulation. The more you understand how Access Control works in swift will help you determine whe

Watch on YouTube