Post

Replies

Boosts

Views

Activity

Comment on iOS 16 three finger undo tap gesture bug
Please try this code its working 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