send email to contact developer
This commit is contained in:
parent
95de38988b
commit
b97500ed1e
2 changed files with 28 additions and 4 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue