This may be already supported but I would not know the latest terminology if it does…
I have several storyboard scenes that create their own display [in groups] and each scene changes within the app individually, one scene at a time owning the totally screen real estate.
I would like to divide the screen real estate into ‘say’ four sections and have each section showing a different scene virtual display in it’s own ‘window’ section. The requirement is to adjust scene’s displays ‘concurrently’ based on user input.
I could design this from the ground up, if it was an original requirement , but after spending some time getting each scene working the user now would like to see 2,3,or 4 concurrently. So I am really looking for an easy solution by setting up ‘virtual’ windows to one screen.
I would not really multi-task but just run round each scene in order to change each output.
Thoughts & ideas running through my mind as I type…
What about screen capture of each scene’s output and display ‘captured scene’.png output and redisplay in each section with png image transition…?
Any guidance appreciated…