Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2023-03-30 10:12:37 -05:00
parent fa502dca98
commit 645c7d5815

View File

@ -24,7 +24,7 @@ extension UIView {
}
}
extension Clickable where Self: ButtonBase {
extension ButtonBase {
func labelPublisher(_ label: UILabel){
onClick = { control in
let newText = "\(control.text!) clicked - "