Thumbnail of post image 039

Swift

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

Thumbnail of post image 169

Swift

UIInterfaceOrientationMaskドキュメント

Thumbnail of post image 023

Swift

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

Thumbnail of post image 030

Swift

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

Thumbnail of post image 125

Swift

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

Thumbnail of post image 047

Swift

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

Thumbnail of post image 122

Swift

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

Thumbnail of post image 153

Swift

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

Thumbnail of post image 008

Swift

Xcode 14.3「Cannot load underlying module for 'MediaPlayer'」発生 ・Productメニュー「Clean ...