![Thumbnail of post image 095](https://kumonosu.cloudsquare.jp/wordpress/wp-content/uploads/2020/11/skiptonextitem_state-320x180.png)
Swift MPMusicPlayerController.systemMusicPlayer、skipToNextItem()後のplaybackState
5曲をキューに登録して再生。 5曲目でskipToNextItem()コール。 再生は止まるがplaybackStateは.playingのまま。 .pause ...
![Thumbnail of post image 017](https://kumonosu.cloudsquare.jp/wordpress/wp-content/uploads/2020/11/silentlocalnotification-320x180.png)
Swift ローカル通知はサイレントに出来ない
リモート通知はサイレントに出来るが、ローカル通知は出来ない。 通知のタッチ操作を経由せずに userNotificationCenter(_:didReceiv ...
![Thumbnail of post image 199](https://kumonosu.cloudsquare.jp/wordpress/wp-content/uploads/2019/01/swift.png)
Swift LifeCycleにSwiftUI App指定、Push許可、受信、UIApplicationDelegateAdaptor
LifeCycleにSwiftUI App指定時、AppDelegate.swiftはプロジェクトにない。 必要な場合に使用するのがUIApplicationD ...
![Thumbnail of post image 166](https://kumonosu.cloudsquare.jp/wordpress/wp-content/uploads/2020/11/xcodeclone-320x180.png)
Xcode GitHubリポジトリからProjectをCloneする
Xcode起動 「Clone existing Project」選択 GitHubリポジトリURL入力 保存場所選択
![Thumbnail of post image 014](https://kumonosu.cloudsquare.jp/wordpress/wp-content/uploads/2020/11/SoftwareDesign202012-320x180.jpg)
memo「Software Design 2020年12月号」
Software Design 2020年12月号 特集 Dockerアプリケーション開発実践ガイド 第1章 コンテナアプリケーションの設計セオリーを学ぶ コン ...
![Thumbnail of post image 110](https://kumonosu.cloudsquare.jp/wordpress/wp-content/uploads/2020/11/mac_iosapl_02-320x180.png)
Xcode Mac mini M1 2020、Apple Silicon、macOSでiOSアプリが起動出来るを試す
起動ターゲット、macOS(Design for iPad)選択 macOS上にWindowが表示され、iOSアプリが起動される Widgetも Widgetシ ...
![Thumbnail of post image 165](https://kumonosu.cloudsquare.jp/wordpress/wp-content/uploads/2020/11/keychron_k1_mini2020-320x180.jpeg)
Mac mini M1 2020、Keychron K1、Kariabiner-Elements
Mac mini M1 2020を開発用に購入。 キーボードはCAMPFIREで支援して少し前に届いた「JISキー対応/セミオーダー式。メカニカルキーボード「K ...
![Thumbnail of post image 141](https://kumonosu.cloudsquare.jp/wordpress/wp-content/uploads/2020/11/Schenephase-320x180.png)
SwiftUI アプリのフォアグランド・バックグランド遷移、処理する
Sceneの状態で処理 Example Code バックグランドへ inactive ↓ background フォアグランドへ inactive ↓ acti ...
![Thumbnail of post image 174](https://kumonosu.cloudsquare.jp/wordpress/wp-content/uploads/2020/11/978-4-274-22629-8-320x180.jpg)
達人プログラマ 第2版 熟達に向けたあなたの旅
達人プログラマー(第2版): 熟達に向けたあなたの旅 オーム社 著者:David Thomas、Andrew Hunt 訳者:村上雅章 序文 まえがき-第2版に ...
![Thumbnail of post image 114](https://kumonosu.cloudsquare.jp/wordpress/wp-content/uploads/2020/11/AssetImage-320x180.png)
SwiftUI Image、Assetから使用
Example Assetにつけた名前をImageに使用