diff --git a/README.md b/README.md index 97f21af..c065a78 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ - [Email, Message, Call](#email-message-call) - [Network Layer](#Network-Layer) - [Image Picker](#Image-Picker) + - [File Manager](#File-Manager) + - [Video Downloader](#Video-Downloader) - [API](#API) - [JSON](#JSON) - [Third Party Library](#Third-Party-Library) @@ -141,6 +143,7 @@ All files are resuable files and protocol oriented. **Just Copy and Paste inside You can check the file in the follow link - [Email, Message, Call](https://github.com/jphong1111/Useful_Swift/blob/main/Helper/ConversationManager.swift) + ### Usage import MesaageUI first @@ -262,6 +265,15 @@ extension ViewController: ImagePickerDelegate { Good To GO 👏👏👏 > See Example [here](https://github.com/jphong1111/ImageMessageHandler_DemoApp) + +## File Manager + +- [File Manager](https://github.com/jphong1111/Useful_Swift/blob/main/Helper/ImagePicker.swift) + +## Video Downloader + +- [Video Downloader](https://github.com/jphong1111/Useful_Swift/blob/main/Helper/ImagePicker.swift) + ## API API(Application Programming Interface) is an interface that defines interactions between multiple software applications or mixed hardware-software intermediaries. It defines the kinds of calls or requests that can be made, how to make them, the data formats that should be used, the conventions to follow, etc.