mirror of
https://github.com/jphong1111/awesome-ios-developer.git
synced 2025-07-18 03:39:58 +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)
|
- [Email, Message, Call](https://github.com/jphong1111/Useful_Swift/blob/main/Helper/ConversationManager.swift)
|
||||||
### Usage
|
### Usage
|
||||||
|
import MesaageUI first
|
||||||
|
|
||||||
|
```swift
|
||||||
|
import MessageUI
|
||||||
|
```
|
||||||
|
|
||||||
|
Then use it
|
||||||
|
|
||||||
```swift
|
```swift
|
||||||
lazy var manager = ConversationManager(presentingController: self, mailDelegate: self, messageDelegate: self )
|
lazy var manager = ConversationManager(presentingController: self, mailDelegate: self, messageDelegate: self )
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user