Skip to content

Display partial next element in TableViewCell #221

Description

@romain25

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions