RevealingTableViewCell icon indicating copy to clipboard operation
RevealingTableViewCell copied to clipboard

Content view bouncing on start swipe if cell contains UICollectionView

Open atrbx5 opened this issue 7 years ago • 2 comments

atrbx5 avatar Sep 29 '17 13:09 atrbx5

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

sovata8 avatar Oct 05 '17 16:10 sovata8

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

atrbx5 avatar Oct 26 '17 05:10 atrbx5