SwipeView icon indicating copy to clipboard operation
SwipeView copied to clipboard

SwipeView is a class designed to simplify the implementation of horizontal, paged scrolling views on iOS. It is based on a UIScrollView, but adds convenient functionality such as a UITableView-style d...

Results 100 SwipeView issues
Sort by recently updated
recently updated
newest added

Hello, I have an old project with this library and I don't have time to integrate UICollectionView for this moment. I have SwipeView in TableCellView amd everything is OK. I...

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

Hey, I dont know is there any one pod like this one with swift support. Thank you.

Is there a way to not have the scroll view animate? I'd like it to transition to the next image at a specified duration, without the animation. Basically, I would...

I'd like to setup the SwipeCell with some insets, so I would be able to change where the content should begin. Is it possible with the current API?

Many people depend on this software. Please find a couple people that have made positive contributions to the project and give them commit access. Then define the scope of this...

I'm using a tabcontroller, and child viewcontrollers have SwipeView as subviews. There are times when I switch between tabs and somehow the swipe view will just be blank. But when...

I'm loading some views in the slideview. But the loaded views' controls won't respond to user interactions, like clicking a button. Is there a way to fix it?

I get the follow project warning for Xcode 9.

Now, It can call correct index chaning event for swipe whether user cancel swipe gesture or not.