Thumbnail of post image 078

Swift

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

Thumbnail of post image 108

Swift

やりたい事 Imageを永続的に回す。 linearとdefault.speed 結果:1周毎に一度止まる(永続的に回ってはいるが) 結果:永続的に回る コード

Thumbnail of post image 066

Swift

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

Thumbnail of post image 102

Swift

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

Thumbnail of post image 100

Swift

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

Thumbnail of post image 072

Swift

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

Thumbnail of post image 103

Swift

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

Thumbnail of post image 118

Swift

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

Thumbnail of post image 046

Swift

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

Thumbnail of post image 103

Swift

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