From 4cd705e14bb8d022ad9c0e0c5fd8f62af51cd46e Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Tue, 26 Nov 2019 11:12:24 -0600 Subject: [PATCH] Remove Acknowledgement section. Issue #1350 --- iOS/Settings/AboutViewController.swift | 3 +-- iOS/Settings/Settings.storyboard | 33 +++----------------------- 2 files changed, 4 insertions(+), 32 deletions(-) diff --git a/iOS/Settings/AboutViewController.swift b/iOS/Settings/AboutViewController.swift index 52f54507d..25b499db8 100644 --- a/iOS/Settings/AboutViewController.swift +++ b/iOS/Settings/AboutViewController.swift @@ -22,11 +22,10 @@ class AboutViewController: UITableViewController { configureCell(file: "About", textView: aboutTextView) configureCell(file: "Credits", textView: creditsTextView) - configureCell(file: "Acknowledgments", textView: acknowledgmentsTextView) configureCell(file: "Thanks", textView: thanksTextView) configureCell(file: "Dedication", textView: dedicationTextView) - let buildLabel = NonIntrinsicLabel(frame: CGRect(x: 20.0, y: 0.0, width: 0.0, height: 0.0)) + let buildLabel = NonIntrinsicLabel(frame: CGRect(x: 32.0, y: 0.0, width: 0.0, height: 0.0)) buildLabel.font = UIFont.systemFont(ofSize: 11.0) buildLabel.textColor = UIColor.gray buildLabel.text = NSLocalizedString("Copyright © 2002-2019 Brent Simmons", comment: "Copyright") diff --git a/iOS/Settings/Settings.storyboard b/iOS/Settings/Settings.storyboard index fb985e5b9..dbb52f8f5 100644 --- a/iOS/Settings/Settings.storyboard +++ b/iOS/Settings/Settings.storyboard @@ -2,7 +2,7 @@ - + @@ -617,36 +617,10 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -672,7 +646,7 @@ - + @@ -704,7 +678,6 @@ -