Thumbnail of post image 073

Swift

Fabula for SwiftUI iPadとMacアプリがあります。 Falbula GitHub: SwiftUIのコードサンプル集です。 GitHub経 ...

Thumbnail of post image 083

Swift

DragGestureの位置情報から角度を計算、スワイプ(swipe)の種類を判断する。 計算と角度範囲は図を参照。 スワイプ(swipe)の種類 up:下から ...

Thumbnail of post image 159

Swift

WidgetでiOS 16時代とデザインというか「GeometryReader」で取得出来るサイズが変わった。 調査した結果「.contentMarginsDi ...

Thumbnail of post image 105

Swift

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

Thumbnail of post image 185

Swift

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

Thumbnail of post image 090

Swift

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

Thumbnail of post image 066

Swift

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

Thumbnail of post image 104

Swift

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