Xcode の interface Builder における storyboards の scene って何?

2021/02/15(Mon) 22:43:51
Xcode Help
https://help.apple.com/xcode/mac/current/#/

▼Create an interface using Interface Builder
     ▼Edit objects and storyboards
         ▼Storyboards, scenes, and connections
         ▼Add scenes and views

scene
A scene contains a top-level view controller that represents an onscreen content area. On iPhone and Apple TV, a screen generally contains a single scene. On iPad and macOS, a screen can be composed of more than one scene. The top-level view controller can be a container such as a navigation controller, or can be content such as a table view controller.

Storyboards, scenes, and connections

storyboards の scene の意味がわからなかったのですが、こういうことだったんですね。

2021/02/15(Mon) 22:57:51
Xcode Help
https://help.apple.com/xcode/mac/current/#/

▼Create an interface using Interface Builder
     ▼Edit objects and storyboards
         ▼Add a storyboard reference

後、CotEditor で用途毎に storyboards を分けて、storyboards 間を参照しているのは、どのように設定すればできるのかと思っていたのですが、ここに書いてあったんですね。

2021/02/15(Mon) 22:59:07
CotEditor -Text Editor for macOS
https://coteditor.com/

2021/02/15(Mon) 22:59:40
coteditor/CotEditor: Lightweight Plain-Text Editor for macOS
https://github.com/coteditor/CotEditor