Thumbnail of post image 190

Swift

現在開発しているアプリ、公開しているアプリ「Album Shuffle」でMPMedia〜を使用しているので纏めました。 グルーピングしてコレクション取得 便利 ...

Thumbnail of post image 097

Swift

Appearances「None」を「Any, Dark」に変更 Dark用のImageが追加出来るようになる 選択肢 「None」 「Any, Dark」 「 ...

Thumbnail of post image 018

Swift

print(#function)は「body」と出力される

Thumbnail of post image 121

Swift

5曲をキューに登録して再生。 5曲目でskipToNextItem()コール。 再生は止まるがplaybackStateは.playingのまま。 .pause ...

Thumbnail of post image 174

Swift

リモート通知はサイレントに出来るが、ローカル通知は出来ない。 通知のタッチ操作を経由せずに userNotificationCenter(_:didReceiv ...

Thumbnail of post image 033

Swift

LifeCycleにSwiftUI App指定時、AppDelegate.swiftはプロジェクトにない。 必要な場合に使用するのがUIApplicationD ...

Thumbnail of post image 036

Swift

Xcode起動 「Clone existing Project」選択 GitHubリポジトリURL入力 保存場所選択

Thumbnail of post image 132

Swift

起動ターゲット、macOS(Design for iPad)選択 macOS上にWindowが表示され、iOSアプリが起動される Widgetも Widgetシ ...

Thumbnail of post image 060

Swift

Sceneの状態で処理 Example Code バックグランドへ inactive ↓ background フォアグランドへ inactive ↓ acti ...

Thumbnail of post image 192

Swift

Example Assetにつけた名前をImageに使用