Thumbnail of post image 148

Swift

Example 🎬ブラックウィドウDisney+プレミア公開 1:00 England 2-0 Germany ↓ 🎬ブラックウ ...

Thumbnail of post image 032

Swift

.taskと.onAppear 宣言 func onAppear(perform action: (() -> Void)? = nil) -> some Vi ...

Thumbnail of post image 054

Swift

文字列「aaa releaseDate: \"2021/6/25\" zzz」から「2021/6/25」を抽出 コード 抽出したい箇所をグループ指定 上記は2ヵ ...

Thumbnail of post image 175

Swift

WSL 2+Ubunt 20.04 LTSにSwift 必要物インストール Swiftダウンロード Swiftインストール ダウンロードしたファイルを好きな場所 ...

Thumbnail of post image 127

Swift

比較表 Apple Music API Albums MusicKit Album ※β状態 Attribute.artistName artistName A ...

Thumbnail of post image 038

Swift

以前はImage+Textで記載していた。

Thumbnail of post image 179

Swift

iOS 14からLabelが追加された。 HStack+Image+TextのコーディングをLabel 1つに出来る。 実行結果 見た目は変わらない。 制御しや ...

Thumbnail of post image 010

Swift

Widget タップ 「func widgetURL(_ url: URL?) -> some View」を使用する。 アプリ側で判断がつくURLを設定する。 ...

Thumbnail of post image 106

Swift

AirTag 購入品 NFC読み取り Apple Development NFC TAG Readerサンプル AirTag読み取り。 NFC搭載なのだから当然 ...

Thumbnail of post image 041

Swift

class NSObject(class)を継承 NSCoding(protocol)を適用 デコード(ファイルからclass)用にrequired init? ...