Hello,
the documentation of StackView lists a bunch of cases how you can push and animage pages with the StackView.
It seems it is not possible to reorder items with a transition.
For example if I have [A, B, C] on my stack and want to have [D], currently the only choice is to clear() and push() which results in no transition. Is there any way to insert pages in front so that I could trick my way by pushing D to front [D, A, B, C] and then pop(D), so that I get a transition from C to D?
Thank you
↧