Skip to content
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.

Multiple StackContainable ViewControllers result in not being able to scroll #3

Open
bisikli opened this issue Feb 7, 2018 · 1 comment

Comments

@bisikli
Copy link

bisikli commented Feb 7, 2018

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.

@jobnte
Copy link

jobnte commented May 7, 2018

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants