mirror of
https://github.com/AU-COVIDSafe/mobile-ios.git
synced 2025-05-03 11:55:17 +00:00
COVIDSafe code from version 1.6 (#6)
This commit is contained in:
parent
149daee2e9
commit
2063cea613
38 changed files with 1963 additions and 1664 deletions
CovidSafe
|
@ -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(NSLocalizedString("ReportAnIssue", comment: "Report an issue"),
|
||||
feedbackButton.setTitle("ReportAnIssue".localizedString(),
|
||||
for: .normal)
|
||||
feedbackButton.titleLabel?.font = .systemFont(ofSize: 18)
|
||||
feedbackButton.tintColor = .covidSafeColor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue