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 have followed guidance of this library, and have faced second problem.
The first one is for connecting frontViewContainer, backViewContainer, frontConstraintY, backConstraintY, and I had no solution for that #34#26 .
But I was able to figure it out with copy/pasting the demo cell from demo project.
Now the second problem is, I have defined didSelectItemAt method, but it's not calling all the time.
The viewcontroller is inherited from ExpandingViewController, and MyCollectionViewCell is inherited from BasePageCollectionCell.
I'm not sure why does this happening.
Any help would be appreciated.
Thanks
The text was updated successfully, but these errors were encountered:
Make sure to set 'animated' to true when setting the cellsOpen property. I know the Demo Documentation just puts 'cell.cellIsOpen(true)' but you need it like this : cell.cellIsOpen(true, animated: true)
I have followed guidance of this library, and have faced second problem.
The first one is for connecting frontViewContainer, backViewContainer, frontConstraintY, backConstraintY, and I had no solution for that #34 #26 .
But I was able to figure it out with copy/pasting the demo cell from demo project.
Now the second problem is, I have defined didSelectItemAt method, but it's not calling all the time.
The viewcontroller is inherited from ExpandingViewController, and MyCollectionViewCell is inherited from BasePageCollectionCell.
I'm not sure why does this happening.
Any help would be appreciated.
Thanks
The text was updated successfully, but these errors were encountered: