SwipeView icon indicating copy to clipboard operation
SwipeView copied to clipboard

iOS 13.2 - Swipe doesn't work

Open mjdaugbjerg opened this issue 5 years ago • 3 comments

Hi,

Swipe doesn't work on iOS 13.2 Any idea how to fix?

mjdaugbjerg avatar Oct 30 '19 13:10 mjdaugbjerg

@mjdaugbjerg I met almost the same issue. I met a crash when user switched from dark mode and normal one to the other, and I finally found the crash was associated with SwipeView. Since SwipeView has never been updated for almost 5 years, we'd better find some new pods instead of the SwipeView. But I still love SwipeView, for it worked for me from iOS 8 to iOS 12.

heistings avatar Nov 25 '19 03:11 heistings

@mjdaugbjerg By the way, the crash is CPU almost 100% and memory size endless increasing.

heistings avatar Nov 25 '19 03:11 heistings

@mjdaugbjerg By the way, the crash is CPU almost 100% and memory size endless increasing.

You can try this replaced scheme. https://github.com/buvtopcc/CCPagerView

My project also use this for long times, but follow-up maintain is very low frequent and have some issues like yours. I decide realize banner, and give a simple api, and more easy to use.

buvtopcc avatar Jun 22 '20 08:06 buvtopcc