Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display partial next element in TableViewCell #221

Open
romain25 opened this issue Mar 20, 2020 · 1 comment
Open

Display partial next element in TableViewCell #221

romain25 opened this issue Mar 20, 2020 · 1 comment

Comments

@romain25
Copy link

romain25 commented Mar 20, 2020

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

@buvtopcc
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants