ScrollingStackContainer icon indicating copy to clipboard operation
ScrollingStackContainer copied to clipboard

Multiple StackContainable ViewControllers result in not being able to scroll

Open bisikli opened this issue 7 years ago • 1 comments

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.

bisikli avatar Feb 07 '18 15:02 bisikli

Did you find any solution? I have the same problem with 1 collectionView + view

jobnte avatar May 07 '18 21:05 jobnte