Add terms of service list item

pull/2/head
Michael Scoff 7 years ago
parent 46653ccc2e
commit 44cb1ef85e
  1. 21
      Trust/Assets.xcassets/settings_terms.imageset/Contents.json
  2. BIN
      Trust/Assets.xcassets/settings_terms.imageset/settings_terms.png
  3. 6
      Trust/Settings/ViewControllers/SettingsViewController.swift

@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "settings_terms.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

@ -155,6 +155,12 @@ class SettingsViewController: FormViewController {
image: R.image.settings_privacy_policy()
)
<<< link(
title: NSLocalizedString("settings.TermsOfService", value: "Terms of Service", comment: ""),
value: "http://trustwalletapp.com/terms.html",
image: R.image.settings_terms()
)
+++ Section()
<<< TextRow {

Loading…
Cancel
Save