COVIDSafe code from version 1.7 (#8)

This commit is contained in:
COVIDSafe Support 2020-07-03 14:26:13 +10:00 committed by GitHub
parent 2063cea613
commit 6f92ff8fb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
38 changed files with 4504 additions and 1281 deletions

View file

@ -32,7 +32,7 @@ class HelpNavController: UINavigationController {
let feedbackButton = UIButton(type: .system)
feedbackButton.translatesAutoresizingMaskIntoConstraints = false
feedbackButton.addTarget(self, action: #selector(feedbackButtonPressed(_:)), for: .touchUpInside)
feedbackButton.setTitle("ReportAnIssue".localizedString(),
feedbackButton.setTitle("action_report_an_issue".localizedString(),
for: .normal)
feedbackButton.titleLabel?.font = .systemFont(ofSize: 18)
feedbackButton.tintColor = .covidSafeColor