Thumbnail of post image 173

Swift

Bootstrap CSSインポート、ボタン装飾 準備 「app.middleware.use(FileMiddleware(publicDirectory: ...

Thumbnail of post image 136

Swift

Vapor Formによる送信と結果表示をまとめる。 APIドキュメント: 入力画面(Form) Resources/Views/exampleformget. ...

Thumbnail of post image 032

Swift

Vapor Formによる送信と結果表示をまとめる。 APIドキュメント: 入力画面(Form) Resources/Views/exampleform.lea ...

Thumbnail of post image 059

Swift

UIInterfaceOrientationMaskドキュメント

Thumbnail of post image 154

Swift

初版記事:Swift 2進数出力のゼロサプレス 出力:00110 見やすくするために4桁で区切りたい。 ゴール:0 0110 対応 出力:0000 0110 出 ...

Thumbnail of post image 178

Swift

新規プロジェクト作成で-nオプションなし時は、FluentとLeafの使用有無を確認される。 Fluent ドキュメントページより。 FluentはSwiftの ...

Thumbnail of post image 189

Swift

課題 出力:11110 出力:110 桁が合わない。 調査 String Format Specifiersに2進数はない。 対応 Stringにextensi ...

Thumbnail of post image 006

Swift

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

Thumbnail of post image 091

Swift

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

Thumbnail of post image 146

Swift

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