Back to Browse

Access Control levels in Swift

1.8K views
Jul 12, 2020
19:19

Access control restricts access to parts of your code from code in other source files and modules. This feature enables you to hide the implementation details of your code, and to specify a preferred interface through which that code can be accessed and used. I in this video I am going to work through two simple projects to show you how each of the 5 different levels of Access Controls in swift can apply to your project's code. By the end of this video, you will understand how to implement them and get an understanding of how they apply to frameworks and Swift packages. And along the way, you might learn some new coding techniques. Starter Project: https://www.createchsol.com/StarterProjects/AccessControlPart1.zip Other videos referenced in this video: reduce, filter, removeAll : https://youtu.be/9wAhKodOyFI Using Swift Package Manager : https://youtu.be/al2O8uCFD4E Instance Methods and Static Properties: https://youtu.be/wezKMiPL4BM ******** Download my StewartLynch YouTube Channel Application - Free *********** https://stewartlynch.gumroad.com/l/obsjz Stewart Lynch's YouTube Channel http://youtube.com/StewartLynch CreaTECH Solutions Website [www.createchsol.com](https://www.createchsol.com) Stewart Lynch's GitHub https://github.com/StewartLynch

Download

0 formats

No download links available.

Access Control levels in Swift | NatokHD