mirror of
https://github.com/jphong1111/awesome-ios-developer.git
synced 2025-07-16 02:41:31 +07:00
Update README.md
This commit is contained in:
@ -115,6 +115,14 @@ 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
|
||||
|
||||
```swift
|
||||
import MessageUI
|
||||
```
|
||||
|
||||
Then use it
|
||||
|
||||
```swift
|
||||
lazy var manager = ConversationManager(presentingController: self, mailDelegate: self, messageDelegate: self )
|
||||
|
||||
|
Reference in New Issue
Block a user