We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7192b5d commit f876e3bCopy full SHA for f876e3b
ReplaceAnimation/ViewController.swift
@@ -125,7 +125,7 @@ class ViewController: UICollectionViewController {
125
picker.mailComposeDelegate = self
126
picker.setSubject("Replace Animation")
127
picker.setMessageBody("Any questions on the implementation?", isHTML: false)
128
- picker.setToRecipients(["alex.hue91gmail.com"])
+ picker.setToRecipients(["alexhue91gmail.com"])
129
130
self.presentViewController(picker, animated: true, completion: nil)
131
}
0 commit comments