Pageboy
Pageboy copied to clipboard
What if my child controller's tableviewcell has a left-scroll delete event conflict?
What if my child controller's tableviewcell has a left-scroll delete event conflict?
Any updates on this?
@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, *)
optional func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer, shouldReceive touch: UITouch) -> Bool
Pageboy already has a scrollview but we do not have access to it. Also, we cannot override the scrollview delegate methods.
Or can't you access via reflection?