Skip to content

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

License

Notifications You must be signed in to change notification settings

iosbrain/iOS-File-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.