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 c8c048a commit 46ce46cCopy full SHA for 46ce46c
SwiftlyUI/Source/Core/UIControl+SwiftlyUI.swift
@@ -172,7 +172,6 @@ private extension UIControl {
172
}
173
private var actionClosures: [UInt: Any] {
174
get {
175
- let aaa = objc_getAssociatedObject(self, &UIControlAssociatedKeys.actionClosuresKey)
176
return objc_getAssociatedObject(self, &UIControlAssociatedKeys.actionClosuresKey) as? [UInt: Any] ?? [:]
177
178
set {
0 commit comments