Skip to content

Commit d2ec28d

Browse files
authored
Update README.md
1 parent 085f426 commit d2ec28d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# iOS File Management
22
An Xcode 9 project written in protocol-oriented Swift 4 code to create a wrapper for the iOS FileManager class and API.
33

4-
In this tutorial, 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.
4+
In the [tutorial on my blog](http://iosbrain.com/blog/2018/04/22/ios-file-management-with-filemanager-in-protocol-oriented-swift-4/), 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.
55

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

0 commit comments

Comments
 (0)