Update README.md

This commit is contained in:
Jungpyo Hong
2021-05-03 06:21:44 -05:00
committed by GitHub
parent 9aa767662a
commit ec2bfc9344

View File

@ -24,6 +24,8 @@
- [Email, Message, Call](#email-message-call) - [Email, Message, Call](#email-message-call)
- [Network Layer](#Network-Layer) - [Network Layer](#Network-Layer)
- [Image Picker](#Image-Picker) - [Image Picker](#Image-Picker)
- [File Manager](#File-Manager)
- [Video Downloader](#Video-Downloader)
- [API](#API) - [API](#API)
- [JSON](#JSON) - [JSON](#JSON)
- [Third Party Library](#Third-Party-Library) - [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 You can check the file in the follow link
- [Email, Message, Call](https://github.com/jphong1111/Useful_Swift/blob/main/Helper/ConversationManager.swift) - [Email, Message, Call](https://github.com/jphong1111/Useful_Swift/blob/main/Helper/ConversationManager.swift)
### Usage ### Usage
import MesaageUI first import MesaageUI first
@ -262,6 +265,15 @@ extension ViewController: ImagePickerDelegate {
Good To GO 👏👏👏 Good To GO 👏👏👏
> See Example [here](https://github.com/jphong1111/ImageMessageHandler_DemoApp) > 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
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. 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.