Tag improvements

This commit is contained in:
Isaac
2024-01-26 21:41:35 +01:00
parent e579de45cd
commit a90d2d1e1d
4 changed files with 20 additions and 11 deletions

View File

@@ -181,6 +181,9 @@ open class ContextControllerSourceView: UIView {
override public init(frame: CGRect) {
super.init(frame: frame)
self.isMultipleTouchEnabled = false
self.isExclusiveTouch = true
let contextGesture = ContextGesture(target: self, action: nil)
self.contextGesture = contextGesture
self.addGestureRecognizer(contextGesture)