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.