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

Apple Watch で iPhone をロック解除と拙作 Apple Watch アプリ Densuke

2021/02/05(Fri) 19:05:59
iOS 14.5でマスクをしたままでもiPhoneのロック解除が顔認証で可能に - GIGAZINE
https://gigazine.net/news/20210202-ios-14-5-unlocking-iphone-face-mask/

2021/02/05(Fri) 19:06:39
How to use the new 'Unlock with Apple Watch' iPhone feature - 9to5Mac
https://9to5mac.com/2021/02/04/iphone-face-id-unlock-apple-watch-mask/

マスクをしている時に、Apple Watch で iPhone をロック解除できるようになるみたい。
心電図も利用可能になったし、Apple Watch 買おうかな?

Xcode で 画像と時刻を表示する簡単な Apple Watch アプリ Densuke を作ってみました。
Xcode のシミュレータで撮ったスクリーンショットを下記に載せておきます。

図 1) 拙作 Apple Watch アプリ Densuke
図 2) Apple Watch 文字盤を表示

Mac でプログラミングを始めるために必要な書籍とドキュメント

Mac でプログラミングするには、macOS の /アプリケーション/App Store.app からダウンロードできる Xcode アプリの Help メニューが起点になりますが、Apple Developer Documentation、App Store Connect ヘルプ も参考になります。

2020/01/03(Fri) 17:06:05
Xcode Help
https://help.apple.com/xcode/mac/current/
2020/01/24(Fri) 17:42:03
Apple Developer Documentation
https://developer.apple.com/documentation/
2020/01/03(Fri) 17:06:03
App Store Connect ヘルプ
https://help.apple.com/app-store-connect/

プログラミング言語 Swift については、macOS の /アプリケーション/ブック.app で無料で入手できる

2020/01/03(Fri) 17:05:58
The Swift Programming Language
Swift 5.1 Edition
https://books.apple.com/jp/book/the-swift-programming-language-swift-5-1/id881256329

は必須だと思います。新しいドキュメントが公開されると古いドキュメントのリンクはブックストアでは表示されなくなります。一度ダウンロードしておけば、再度ダウンロードできます。

/アプリケーション/ブック.app のツールバーから「ブックストア」を選択し、検索フィールドで AppleApple Education で検索すれば、色々書籍が出てくるので参考になります。