mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-01-12 22:47:34 +08:00
fix selection overlay disabling buttons (#2030)
This commit is contained in:
@@ -15,6 +15,7 @@ extension UIView {
|
||||
let view = UIView()
|
||||
view.backgroundColor = Styles.Colors.Gray.alphaLighter
|
||||
view.alpha = 0
|
||||
view.isUserInteractionEnabled = false
|
||||
addSubview(view)
|
||||
return view
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user