mirror of
https://github.com/AU-COVIDSafe/mobile-ios.git
synced 2025-05-02 03:15:19 +00:00
COVIDSafe code from version 1.5 (#5)
This commit is contained in:
parent
6b262be150
commit
149daee2e9
21 changed files with 825 additions and 652 deletions
CovidSafe
|
@ -32,7 +32,8 @@ class HelpNavController: UINavigationController {
|
|||
let feedbackButton = UIButton(type: .system)
|
||||
feedbackButton.translatesAutoresizingMaskIntoConstraints = false
|
||||
feedbackButton.addTarget(self, action: #selector(feedbackButtonPressed(_:)), for: .touchUpInside)
|
||||
feedbackButton.setTitle("Report an issue", for: .normal)
|
||||
feedbackButton.setTitle(NSLocalizedString("ReportAnIssue", comment: "Report an issue"),
|
||||
for: .normal)
|
||||
feedbackButton.titleLabel?.font = .systemFont(ofSize: 18)
|
||||
feedbackButton.tintColor = .covidSafeColor
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue