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
I have implemented an icarousel that contain 3 charts, the problem is I can not swipe left or right to go to next chart. Is there any way to handle this case?
The text was updated successfully, but these errors were encountered:
if it's in UIScrollView, check @objc fileprivate func panGestureRecognized(_ recognizer: NSUIPanGestureRecognizer)
if didUserDrag && !performPanChange(translation: translation){
if _outerScrollView !==nil{
// We can stop dragging right now, and let the scroll view take control
_outerScrollView =nil
_isDragging = false
}}
the outer scroll view is disabled. Change it if needed
I have implemented an icarousel that contain 3 charts, the problem is I can not swipe left or right to go to next chart. Is there any way to handle this case?
The text was updated successfully, but these errors were encountered: