alexrainman / SegmentedControl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable swipe on iOS 13

bluekuen opened this issue · comments

Hello,

i updated to iOS 13 and can't use the segmentedControl anymore because of the new swipe selection. The problem is that my SegmentedControl is inside a scrollview because i have a lot of segments in my control. Now on iOS 13 i can't swipe anymore beacuse of the swipe selection and i don't know how to turn it off. I tried a custom Renderer but there's no option to disable the swipe. I also tried it with a effect but it had no effect :D. Pls help.