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