ScrollingStackContainer
ScrollingStackContainer copied to clipboard
Multiple StackContainable ViewControllers result in not being able to scroll
Hello,
If i add two viewcontrollers both of them implements
func preferredAppearanceInStack() -> ScrollingStackController.ItemAppearance { return .view(height: height) }
the main viewController is not scrollable. However if implement prefferedAppreanceInStack in only one controller, main controller is scrollable.
Can we have a look at this issue? I would be happy to help.
Thanks.
Did you find any solution? I have the same problem with 1 collectionView + view