From 2794b0c9af37d50bd6acf285605ca1f9ef3bb10f Mon Sep 17 00:00:00 2001 From: Ruben Nine Date: Fri, 6 Aug 2021 17:03:16 +0200 Subject: [PATCH] Minor edit (2) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 27a143c..493f0ce 100644 --- a/README.md +++ b/README.md @@ -408,7 +408,8 @@ Starting in Filestack iOS SDK `2.8.0`, SDK users can add their own custom source // TODO: Implement initializer. } - // 3. Call this function whenever you want to start uploading files. These should be passed to the source provider delegate as an array of locally stored URLs. + // 3. Call this function whenever you want to start uploading files. + // These should be passed to the source provider delegate as an array of locally stored URLs. @objc func upload() { let urls = Array(urls)