You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# iOS File Management
2
2
An Xcode 9 project written in protocol-oriented Swift 4 code to create a wrapper for the iOS FileManager class and API.
3
3
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.
5
5
6
6
Here's UML diagram showing the design of the protocol-oriented Swift code you'll find in the project:
0 commit comments