Thumbnail of post image 061

Swift

手帳「アクションプランナー」→「Planner」は以前書きました。 iPadアプリ「Planner – ApplePencil用手帳」でデジタルと手書き融合 P ...

Thumbnail of post image 175

Swift

データ取得 Data型を取得出来ます。 取得後、UserDefaults、CoreData等に保存出来ます。 データ反映 保存したData型を使用してPKDra ...

Thumbnail of post image 062

Swift

WWDC2020「PencilKitの新機能」を見て、PencilKitを使っていないと思い立ち始める。 PencilKitを使って作りたいものが過去からあり、 ...

Thumbnail of post image 021

Swift

WWDC2020まだまだ、見れていない。 Xcode 12 Bate、ダウンロードしたまま入れられていない。 通常業務のソフトウェア開発がApple系にあまり関 ...

Thumbnail of post image 062

Swift

「Views and Controls」の第一階層での変更箇所。 各struct内の変更はこれから確認。 TextEditor Beta 長文テキストを表示・編 ...

Thumbnail of post image 089

Swift

概要 UserDeafalutsに保存したURLのファイルにアクセスする。 iCloud上にあるファイルで非ダウンロード状態で処理を進めたらアプリダウン。(当然 ...

Thumbnail of post image 076

Swift

概要 UserDeafalutsに保存したURLのファイルにアクセスする。 iCloud上にあるファイルで非ダウンロード状態で処理を進めたらアプリダウン。(当然 ...

Thumbnail of post image 153

Swift

概要 SceneDelegate.scene(_:openURLContexts:)、UIDocumentPickerViewControllerで取得したUR ...

Thumbnail of post image 068

Swift

Split View対応 Example ViewController viewWillTransition(to:with:) ビューのサイズが変更されようと ...

Thumbnail of post image 109

Swift

PDFView usePageViewController(_:withViewOptions:) Example(true) スワイプで頁変更出来ます。 di ...