Post

Replies

Boosts

Views

Activity

Reply to iOS 16 three finger undo tap gesture bug
Try this Code its working for me Extension ViewController ->    open override var canBecomeFirstResponder: Bool {     return true   }    @available(iOS 13.0, *)   open override var editingInteractionConfiguration: UIEditingInteractionConfiguration {     return .none   }
Replies
Boosts
Views
Activity
Oct ’22
Reply to iOS 16 three finger undo tap gesture bug
Extension ViewController ->    open override var canBecomeFirstResponder: Bool {     return true   }    @available(iOS 13.0, *)   open override var editingInteractionConfiguration: UIEditingInteractionConfiguration {     return .none   }
Replies
Boosts
Views
Activity
Oct ’22