Is it possible to have multiple Texture nodes inside one container?
For example, I need to have an ASTableNode on the top half of a screen, and an ASDisplayNode with a UIView block underneath that.
I have tried using an ASViewController with a layoutSpecThatFits which returns an ASSTackLayoutSpec - but neither of the subnodes appear on the view.
Thank you!