mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-05 07:27:42 +02:00
Small tweaks plus changelog entry.
Use the new generated localisation strings. Add comments. Address feedback from PR review.
This commit is contained in:
@@ -17,10 +17,16 @@
|
||||
import UIKit
|
||||
import Reusable
|
||||
|
||||
protocol ServiceTermsModalTableHeaderViewDelegate: AnyObject {
|
||||
func tableHeaderViewDidTapInformationButton()
|
||||
}
|
||||
|
||||
class ServiceTermsModalTableHeaderView: UIView, NibLoadable, Themable {
|
||||
|
||||
// MARK: - Properties
|
||||
|
||||
weak var delegate: ServiceTermsModalTableHeaderViewDelegate?
|
||||
|
||||
@IBOutlet weak var titleLabel: UILabel!
|
||||
@IBOutlet weak var serviceURLLabel: UILabel!
|
||||
|
||||
@@ -44,6 +50,7 @@ class ServiceTermsModalTableHeaderView: UIView, NibLoadable, Themable {
|
||||
// MARK: - Action
|
||||
|
||||
@IBAction private func buttonAction(_ sender: Any) {
|
||||
delegate?.tableHeaderViewDidTapInformationButton()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user