Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 900 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 900 Bytes

iOS File Management

An Xcode 9 project written in protocol-oriented Swift 4 code to create a wrapper for the iOS FileManager class and API.

In the tutorial on my blog, I'm going to show you how to develop support for manipulating files inside your app's sandboxed directory structure -- but, my code has been designed and written in Swift by leveraging two relatively new methodologies: protocol-oriented programming (POP) and value semantics.

Here's UML diagram showing the design of the protocol-oriented Swift code you'll find in the project:

alt text


Copyright (c) 2018 Andrew L. Jaffee, microIT Infrastructure, LLC, and iosbrain.com.