Thumbnail of post image 052

Swift

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

Thumbnail of post image 072

Swift

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

Thumbnail of post image 044

Swift

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

Thumbnail of post image 116

Swift

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

Thumbnail of post image 014

Swift

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

Thumbnail of post image 042

Swift

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

Thumbnail of post image 118

Swift

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

Thumbnail of post image 069

Swift

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

Thumbnail of post image 165

Swift

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

Thumbnail of post image 021

Swift

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