![Thumbnail of post image 029](https://kumonosu.cloudsquare.jp/wordpress/wp-content/uploads/2019/01/swift.png)
Swift Split View対応、Split Viewタイミングでアプリサイズ確認、サイズ変更対応処理
Split View対応 Example ViewController viewWillTransition(to:with:) ビューのサイズが変更されようと ...
![Thumbnail of post image 103](https://kumonosu.cloudsquare.jp/wordpress/wp-content/uploads/2019/01/swift.png)
Swift PDFKit PDFView usePageViewController(_:withViewOptions:)を設定するとdisplayMode、displayDirectionの設定は無効
PDFView usePageViewController(_:withViewOptions:) Example(true) スワイプで頁変更出来ます。 di ...
![Thumbnail of post image 118](https://kumonosu.cloudsquare.jp/wordpress/wp-content/uploads/2019/01/swift.png)
Swift ファイルアプリのファイルを自アプリで開く(iOS13以降 SceneDelegateの場合)
ファイルアプリのファイルを自アプリで開く Info.plist設定(PDFファイルの場合) Support Document BrowserとDocument ...
![Thumbnail of post image 185](https://kumonosu.cloudsquare.jp/wordpress/wp-content/uploads/2020/05/Volume_1024-320x180.png)
SwiftUI「Volume」の音量調整をMPVolumeView化、valueChangedをCoodinator実装
SwiftUI「Volume」の音量調整をMPVolumeView化 valueChangedをCoodinator実装 Git Hub 現在版の画面キャプチャ
![Thumbnail of post image 114](https://kumonosu.cloudsquare.jp/wordpress/wp-content/uploads/2020/05/Volume_1024-320x180.png)
SwiftUI「Volume」の音量調整をMPVolumeView化
SwiftUI版開発時のブログ UIViewRepresentableでSwiftUI対応 Git Hub 現在版の画面キャプチャ
![Thumbnail of post image 026](https://kumonosu.cloudsquare.jp/wordpress/wp-content/uploads/2019/01/swift.png)
Swift ファイルを受け取る SwiftUIの場合
AppDelegateのapplication(_:open:options:)に来ない。 SceneDelegateのscene(_:openURLConte ...
![Thumbnail of post image 139](https://kumonosu.cloudsquare.jp/wordpress/wp-content/uploads/2020/05/Volume_1024-320x180.png)
以前開発したiOSアプリ「Volume」をSwiftUI化
以前開発した版 今回開発した版 そもそも何のアプリ? iTunes登録したCDからのアルバム、iTunes購入したアルバム、Apple Musicのアルバムの音 ...
![Thumbnail of post image 160](https://kumonosu.cloudsquare.jp/wordpress/wp-content/uploads/2020/05/uRaKaMi_1024-320x180.png)
macOSアプリ「uRaKaMi」
uRaKaMi 特に何も機能はありません。 一時的にメモ出来るだけ。 テキストコピーを一時的に置くとか、番号を一時的に控えるとか。 終了時、保存もしなければ、記 ...
![Thumbnail of post image 124](https://kumonosu.cloudsquare.jp/wordpress/wp-content/uploads/2019/01/swift.png)
SwiftUI macOS NSTextViewを使う 値変更をSwiftUIに連携
「SwiftUI macOS NSTextViewを使う とりあえず配置」の続きになります。 GitHub:uRaKaMi Coordinator関連実装 Sw ...
![Thumbnail of post image 006](https://kumonosu.cloudsquare.jp/wordpress/wp-content/uploads/2019/01/swift.png)
SwiftUI macOS NSTextViewを使う とりあえず配置
Framework Integration Document Documentより(DeepL翻訳) SwiftUIビューを既存のアプリに統合し、AppKit、 ...