send email to contact developer

This commit is contained in:
Bob Sun 2017-02-09 16:33:39 +08:00
parent 95de38988b
commit b97500ed1e
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4
2 changed files with 28 additions and 4 deletions

View file

@ -14,7 +14,7 @@ class AboutTableViewController: BasicStaticTableViewController {
tableData = [
// section 0
[[.type: CellDataType.link, .title: "Website", .link: "https://github.com/mssun/pass-ios.git"],
[.type: CellDataType.link, .title: "Contact Developer", .link: "https://mssun.me"],],
[.type: CellDataType.link, .title: "Contact Developer", .link: "mailto:bob@mssun.me&subject=passforiOS"],],
// section 1,
[[.type: CellDataType.segue, .title: "Open Source Components", .link: "showOpenSourceComponentsSegue"],