polish code
This commit is contained in:
parent
b97500ed1e
commit
52b007866f
1 changed files with 0 additions and 1 deletions
|
|
@ -87,7 +87,6 @@ class BasicStaticTableViewController: UITableViewController, MFMailComposeViewCo
|
|||
func sendEmail(toRecipients recipients: [String]) {
|
||||
let mailVC = MFMailComposeViewController()
|
||||
mailVC.mailComposeDelegate = self
|
||||
print(recipients)
|
||||
mailVC.setToRecipients(recipients)
|
||||
mailVC.setSubject("Subject for email")
|
||||
mailVC.setMessageBody("Email message string", isHTML: false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue