Thumbnail of post image 046

Swift

その1:アプリに処理指示、アプリ起動、パラメータなし AlbumShuffleIntentsAppRun.swift titleはLocalizedString ...

Thumbnail of post image 027

Swift

Target追加時にコンフィグありにしたが、後で不要になり変更したい場面。 大きくは2つの変更 IntentTimelineProviderをTimelineP ...

Thumbnail of post image 066

Swift

Capabilityで「App Grouos」を追加 アプリとWidget両方で追加 アプリとWidgetで名前を同じにする Example 注意:UserDe ...

Thumbnail of post image 024

Swift

円の下、数字部分のセンタリング 指定なし Space()でセンタリング .frameでセンタリング

Thumbnail of post image 169

Swift

TimePeriodSlider TimePeriodSliderを部品か出来るように切り出せるとベスト。

Thumbnail of post image 195

Swift

Album Shuffle ミュージックライブラリのアルバムをシャッフルするアプリです。 シャッフルで決定されたアルバム内全曲を再生キューに追加、再生します。 ...

Thumbnail of post image 189

Swift

左:VStack 全体が少し上がるが、隠れる。この微妙感。 右:ScrollView 全体が上がり見えるようになる。キーボードが表示されてから上がる。

Thumbnail of post image 094

Swift

Styleはinitで渡せない為、派生クラス作成。 派生クラス 使う側

Thumbnail of post image 084

Swift

「supportsOpacity: true」で透明度設定が追加出来る。 渡した初期値は開いた時の色に設定れている。 Example