parent.view.push
You can’t do parent.view.push, but you can do parent.push. But that’s not very convenient if you’re not in the root Item.
I’ve found that the id: of the StackView is visible in its children, so if its id: is stackView, you can do stackView.push() anywhere in the child.
↧