Thumbnail of post image 128

Swift

MusicKit + SwiftUI 1st 2nd やはり円盤 部品 MusicKit GeometryReader LazyVGrid ArtworkIma ...

Thumbnail of post image 158

Swift

検索文字入力 検索ボタンで検索文字を使用してアルバム検索 アルバム一覧表示 アルバム名タップで再生 勿論、iOS15以降でないと動かない。 検索のリミットは25 ...

Thumbnail of post image 115

Swift

full 2021年6月5日 土曜日 15時43分26秒 日本標準時 long 2021年6月5日 15:43:26 JST medium 2021/06/05 ...

Thumbnail of post image 190

Swift

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

Thumbnail of post image 119

Swift

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

Thumbnail of post image 056

Swift

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

Thumbnail of post image 081

Swift

NSLocalizedString NSLocalizedString(_:tableName:bundle:value:comment:) -> String ...

Thumbnail of post image 188

Swift

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

Thumbnail of post image 180

Swift

iPad Pro用手帳アプリオリジナル作成 背景は前記事 「手帳「アクションプランナー」→「Planner」、最終的にはオリジナルへ」 GitHub iPad ...

Thumbnail of post image 135

Swift

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