sovata8 / RevealingTableViewCell

RevealingTableViewCell is a UITableViewCell that can be swiped to reveal content underneath its main view
MIT License
22 stars 5 forks source link

Content view bouncing on start swipe if cell contains UICollectionView #6

Open atrbx5 opened 6 years ago

sovata8 commented 6 years ago

Hi, thanks for opening this issue.

Cells that contain scrollable UI elements could be quite tricky, so I would like to understand the details of your specific setup.

Is the UICollectionView scrollable? If yes, in which directions? If it is scrollable vertically, this might clash with the UITableView vertical scrolling. If it is scrollable horizontally, this might clash with the RevealingTableViewCell logic. We need to figure out what the expected behaviour is.

So could you please add some more details? Or better yet - fork this repo, modify the example project so it matches your setup, and provide a link so we can see it in action.

Thanks

atrbx5 commented 6 years ago

Ok here it is: https://github.com/atrbx5/RevealingTableViewCell/commit/1eb455db7ae5e42ee1de9a27dd8b261c1e77e025