-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a2a20c2
commit 839e896
Showing
3 changed files
with
20 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,7 +93,7 @@ class AboutViewController: UITableViewController { | |
let vc = MFMailComposeViewController() | ||
vc.setToRecipients(["[email protected]"]) | ||
vc.setSubject("[Blahker 使用者回報]我有問題") | ||
vc.setMessageBody("Hello 開發者,\n\n建議加入擋蓋版廣告之網站:\n(建議附上螢幕截圖,以利判斷,謝謝)\n\n", isHTML: false) | ||
vc.setMessageBody("Hello 開發者,\n\n建議加入擋蓋版廣告之網站:\n(請附上螢幕截圖,以利判斷,謝謝)\n\n", isHTML: false) | ||
vc.mailComposeDelegate = self | ||
self.present(vc, animated: true, completion: { }) | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters