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
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
I copy and paste same like example. Only one element.
It's a constraint problem ?
Have a nice day.
Romain