We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02030be commit 198cbb8Copy full SHA for 198cbb8
Sources/ComponentsKit/Components/Button/SUButton.swift
@@ -107,6 +107,7 @@ private struct ButtonImageView: UIViewRepresentable {
107
imageView.image = self.image
108
imageView.tintColor = self.tintColor
109
imageView.contentMode = .scaleAspectFit
110
+ imageView.isUserInteractionEnabled = true
111
return imageView
112
}
113
Sources/ComponentsKit/Components/Button/UKButton.swift
@@ -251,6 +251,7 @@ extension UKButton {
251
252
imageView.isHidden = model.isLoading || model.imageSrc.isNil
253
imageView.tintColor = model.foregroundColor.uiColor
254
255
256
257
0 commit comments