Closed sumit-ingewar closed 4 years ago
Any updates on this yet?
Same issue here
- (BOOL)gestureRecognizerShouldBegin:(UIGestureRecognizer *)gestureRecognizer {
return YES;
}
With iOS 13 UISegmentedControl is scrollable. That's why you guys should override gestureRecognizerShouldBegin method inside CarbonTabSwipeSegmentedControl.m file and return YES.
Solutions provided by ozanofkeli works as expected
Hi there ,
I am facing issue with tabs. Usually they are scrollable like in android but after updating to xcode 11 and on iOS 13 , the tabs are no more scrollable. Also I noticed the tabs looks also changed in latest OS update. Any help would be appreciated.