Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

swipe not work in iOS 13 in real device but in simulator working fine #244

Open
malqadi88 opened this issue Oct 2, 2019 · 1 comment
Open

Comments

@malqadi88
Copy link

No description provided.

@mrhodangduy
Copy link

You can add this line in CarbonTabSwipeSegmentedControl.m then it will be worked correctly

  • (BOOL)gestureRecognizerShouldBegin:(UIGestureRecognizer *)gestureRecognizer {
    return true;
    }

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants