Thumbnail of post image 161

Swift

SwiftUIの部品は基本的にローカライズに対応している。 部品以外の文字列をローカライズする場面ではNSLocalizedStringを使用していた。 iOS ...

Thumbnail of post image 072

Swift

マインドマップ手帳 黒表紙/ポケットサイズ/1年分(365)ページの手帳がありました。 2年か3年間くらいだと記憶していますが、発売されている間は購入して使用し ...

Thumbnail of post image 002

Swift

onInAppPurchaseStartとonInAppPurchaseCompletionのコールされるタイミングは画像の通り。 onInAppPurchas ...

Thumbnail of post image 183

Swift

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

Thumbnail of post image 083

Swift

calendarプロパティを設定する、しないで結果が変わる calendarプロパティは必要 ドキュメントより(DeepL翻訳) 注意 DateComponen ...

Thumbnail of post image 120

Swift

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

Thumbnail of post image 059

Swift

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

Thumbnail of post image 087

Swift

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