SnapLikeCollectionView
SnapLikeCollectionView copied to clipboard
Not working inside a UICollectionViewCell
I've tried the pod, works great. However, it only works when the collectionView is inside a UIViewController. In my case, the collectionView is inside a UICollectionViewCell (collectionView inside another collectionView's cell). In this case, the scrolling does not work. Does anyone know any workaround for that?
Can confirm it works inside a UITableViewCell