Thumbnail of post image 165

Swift

UIInterfaceOrientationMaskドキュメント

Thumbnail of post image 174

Swift

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

Thumbnail of post image 155

Swift

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

Thumbnail of post image 001

Swift

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

Thumbnail of post image 074

Swift

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

Thumbnail of post image 070

Swift

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

Thumbnail of post image 139

Swift

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

Thumbnail of post image 105

Swift

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

Thumbnail of post image 163

Swift

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