iOS 13 Segmented Control: Remove swipe gesture to select segment
问题 TLDR: How to remove the swipe/pan gesture recognizer for UISegmentedControl on iOS 13? Hi, on iOS 13, lots changed with UISegmentedControl. Mostly, the changes were appearance-based. But there is another functionality change that is messing up my app. On iOS 13, with UISegmentedControls, you can now swipe/pan to change the selected segment in addition to touching the segment you would like to select. In my app, I basically have a UISegmentedControl embedded in a scrollview. The