RevealingTableViewCell
RevealingTableViewCell copied to clipboard
Content view bouncing on start swipe if cell contains UICollectionView
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
Ok here it is: https://github.com/atrbx5/RevealingTableViewCell/commit/1eb455db7ae5e42ee1de9a27dd8b261c1e77e025