How to use ArrangementView for Closed and Open iPhone Duo Layouts

On iPhone Duo, is this the recommended pattern for displaying two views, A and B in a splitted way?

I would use an ArrangementView configured as follows:

  • When the hinge is closed, display A and B using a regular adaptive HStack/VStack.
  • When the hinge is open, let ArrangementView split A and B across the two displays.

Is this the intended way to structure this kind of layout?

How to use ArrangementView for Closed and Open iPhone Duo Layouts
 
 
Q