SwipeView icon indicating copy to clipboard operation
SwipeView copied to clipboard

Display partial next element in TableViewCell

Open romain25 opened this issue 4 years ago • 1 comments

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 can't display next partial element. In example project this is ok.

In my cell, I have this for configuration

self.swipeView.pagingEnabled = YES;
self.swipeView.itemsPerPage = 1;
self.swipeView.delegate = self;
self.swipeView.dataSource = self;
self.swipeView.truncateFinalPage = YES;

I copy and paste same like example. Only one element. It's a constraint problem ?

Have a nice day.

Romain

romain25 avatar Mar 20 '20 13:03 romain25

You can try this replaced scheme, leave me message if you meet any issues. 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