bug fixed
This commit is contained in:
@@ -82,6 +82,11 @@ final class OnlineVehiclesEntryView: UIView {
|
||||
convenience init(content: String?) {
|
||||
self.init(frame: .zero)
|
||||
contentLabel.text = content
|
||||
confirmButton.addTarget(self, action: #selector(confirmClick), for: .touchUpInside)
|
||||
}
|
||||
|
||||
@objc func confirmClick() {
|
||||
onConfirm?()
|
||||
}
|
||||
|
||||
func buildUI() {
|
||||
|
||||
Reference in New Issue
Block a user