You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that function override func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) { }
Is not called when using CustomCollectionVC from example, it works fine for MyPinterestVC.
I noticed that ImageView of collectionview prototype has interactions disabled in interface builder, however it does not fix didSelectItemAt method. Solution for me was to add following code along with enabling interactions. Not perfect but it works just fine.
Hello,
I noticed that function
override func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) { }
Is not called when using CustomCollectionVC from example, it works fine for MyPinterestVC.
https://github.com/karek314/PinterestLayout/commit/4e2994664103319d8c4503e567b0152d13b71a9b
https://github.com/karek314/PinterestLayout/commit/66c73eb8f9564512789c0333095a64d57139a9c3
Cheers
The text was updated successfully, but these errors were encountered: