Thumbnail of post image 075

Swift

SwiftUIでUIDocumentPickerViewControllerを使うため、UIViewControllerRepresentableを使用していた ...

Thumbnail of post image 176

Swift

PKInkingTool.InkTypeは、 .marker .pencil .pen .monoline .fountainPen(カリグラフィーペン) .w ...

Thumbnail of post image 100

Swift

コード 結果 ImageのsystemImageのみ:線あり HStackでImage+Text:Imageの下に線なし HStackでText+Image:線 ...

Thumbnail of post image 032

Swift

その1:はじめの一歩 ドキュメント: ContentView.swift PDFViewRepresentable.swift

Thumbnail of post image 192

Swift

目的 sheetのサイズが知りたい 単純にGeometryReaderを挿入すると、デザインが崩れる。 元のデザインを使用出来る方法、sheetのサイズをデザイ ...

Thumbnail of post image 100

Swift

公式ドキュメント「Creating Lock Screen Widgets and Watch Complications」 画像は「.accessoryCir ...

Thumbnail of post image 059

Swift

Pickerのデフォルトはバージョン毎にチェックが必要 意図した表示にならない場合が多い NavigationViewとFormの関係かもしれないが 調査、対応 ...