You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@cs571393, you should handle this exception. I think you must implement a pageboy scroll view delegate and cancel the page view controller's pan gesture.
// called before touchesBegan:withEvent: is called on the gesture recognizer for a new touch. return NO to prevent the gesture recognizer from seeing this touch@available(iOS 3.2,*)optionalfunc gestureRecognizer(_ gestureRecognizer:UIGestureRecognizer, shouldReceive touch:UITouch)->Bool
What if my child controller's tableviewcell has a left-scroll delete event conflict?
The text was updated successfully, but these errors were encountered: