From df64c76a99f372018c6864fe4770e9bb4e0d134c Mon Sep 17 00:00:00 2001 From: Jungpyo Hong <54448459+jphong1111@users.noreply.github.com> Date: Mon, 3 May 2021 06:51:05 -0500 Subject: [PATCH] update video downloader --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3779054..35aefce 100644 --- a/README.md +++ b/README.md @@ -282,9 +282,26 @@ resultTextField.text = readData ``` > File Manager are wrote with singleton pattern, therefore no need to declare in side your code! +Good To GO 👏👏👏 + ## Video Downloader -- [Video Downloader](https://github.com/jphong1111/Useful_Swift/blob/main/Helper/ImagePicker.swift) +- [Video Downloader](https://github.com/jphong1111/Useful_Swift/blob/main/Helper/VideoManager.swift) + +## Usage + +Make an object of VideoManager inside your code + +```swift +let videoManager = VideoManager() +``` + +use downloadVideoLinkAndCreateAsset function to start download with entering URL + +```swift +self.videoManager.downloadVideoLinkAndCreateAsset(text) +``` +Good To GO 👏👏👏 ## API