Swift iCloud上ファイル、非ダウンロード状態、isUbiquitousItemはtrue
概要 UserDeafalutsに保存したURLのファイルにアクセスする。 iCloud上にあるファイルで非ダウンロード状態で処理を進めたらアプリダウン。(当然 ...
Swift iCloud上ファイル、非ダウンロード状態、fileExistsはfalse
概要 UserDeafalutsに保存したURLのファイルにアクセスする。 iCloud上にあるファイルで非ダウンロード状態で処理を進めたらアプリダウン。(当然 ...
Swift iCloud上のファイルURLをUserDefaultsに保存
概要 SceneDelegate.scene(_:openURLContexts:)、UIDocumentPickerViewControllerで取得したUR ...
Swift Split View対応、Split Viewタイミングでアプリサイズ確認、サイズ変更対応処理
Split View対応 Example ViewController viewWillTransition(to:with:) ビューのサイズが変更されようと ...
Swift PDFKit PDFView usePageViewController(_:withViewOptions:)を設定するとdisplayMode、displayDirectionの設定は無効
PDFView usePageViewController(_:withViewOptions:) Example(true) スワイプで頁変更出来ます。 di ...
Swift ファイルアプリのファイルを自アプリで開く(iOS13以降 SceneDelegateの場合)
ファイルアプリのファイルを自アプリで開く Info.plist設定(PDFファイルの場合) Support Document BrowserとDocument ...
SwiftUI「Volume」の音量調整をMPVolumeView化、valueChangedをCoodinator実装
SwiftUI「Volume」の音量調整をMPVolumeView化 valueChangedをCoodinator実装 Git Hub 現在版の画面キャプチャ
SwiftUI「Volume」の音量調整をMPVolumeView化
SwiftUI版開発時のブログ UIViewRepresentableでSwiftUI対応 Git Hub 現在版の画面キャプチャ
Swift ファイルを受け取る SwiftUIの場合
AppDelegateのapplication(_:open:options:)に来ない。 SceneDelegateのscene(_:openURLConte ...
以前開発したiOSアプリ「Volume」をSwiftUI化
以前開発した版 今回開発した版 そもそも何のアプリ? iTunes登録したCDからのアルバム、iTunes購入したアルバム、Apple Musicのアルバムの音 ...